mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update test_callback_data.py
This commit is contained in:
parent
4512ba8e0a
commit
de3d52de0f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class TestCallbackData:
|
|||
foo: Optional[str] = ""
|
||||
bar: Optional[str] = None
|
||||
|
||||
assert MyCallback4.unpack("test4::") == MyCallback4(foo='', bar=None)
|
||||
assert MyCallback4.unpack("test4::") == MyCallback4(foo="", bar=None)
|
||||
assert MyCallback4.unpack("test4::") == MyCallback4()
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue