Fixed tests

This commit is contained in:
JRoot Junior 2023-12-30 21:30:10 +02:00
parent c658514817
commit 81f533b3a2
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -17,7 +17,7 @@ class TestSetMessageReaction:
chat_id=randint(200, 300),
message_id=randint(100, 200),
reaction=[
ReactionTypeCustomEmoji(custom_emoji="qwerty"),
ReactionTypeCustomEmoji(custom_emoji_id="qwerty"),
],
)
request = bot.get_request()