mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update tests. Added missing files.
This commit is contained in:
parent
4e0af00b73
commit
f5de712fcc
6 changed files with 115 additions and 8 deletions
|
|
@ -24,6 +24,7 @@ class TestSendSticker:
|
|||
is_animated=False,
|
||||
is_video=False,
|
||||
file_unique_id="file id",
|
||||
type="regular",
|
||||
),
|
||||
chat=Chat(id=42, type="private"),
|
||||
),
|
||||
|
|
@ -48,6 +49,7 @@ class TestSendSticker:
|
|||
is_animated=False,
|
||||
is_video=False,
|
||||
file_unique_id="file id",
|
||||
type="regular",
|
||||
),
|
||||
chat=Chat(id=42, type="private"),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue