Update tests. Added missing files.

This commit is contained in:
Alex Root Junior 2022-08-14 15:53:20 +03:00
parent 4e0af00b73
commit f5de712fcc
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
6 changed files with 115 additions and 8 deletions

View file

@ -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"),
),