mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Update tests
This commit is contained in:
parent
ffb0cdf88f
commit
d2d4f337fb
16 changed files with 170 additions and 40 deletions
|
|
@ -16,7 +16,15 @@ class TestGetStickerSet:
|
|||
title="test",
|
||||
is_animated=False,
|
||||
contains_masks=False,
|
||||
stickers=[Sticker(file_id="file if", width=42, height=42, is_animated=False)],
|
||||
stickers=[
|
||||
Sticker(
|
||||
file_id="file if",
|
||||
width=42,
|
||||
height=42,
|
||||
is_animated=False,
|
||||
file_unique_id="file id",
|
||||
)
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
|
|
@ -35,7 +43,15 @@ class TestGetStickerSet:
|
|||
title="test",
|
||||
is_animated=False,
|
||||
contains_masks=False,
|
||||
stickers=[Sticker(file_id="file if", width=42, height=42, is_animated=False)],
|
||||
stickers=[
|
||||
Sticker(
|
||||
file_id="file if",
|
||||
width=42,
|
||||
height=42,
|
||||
is_animated=False,
|
||||
file_unique_id="file id",
|
||||
)
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue