mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix tests
This commit is contained in:
parent
c839cea19b
commit
b7d0ee1dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ TEST_FORUM_TOPIC_EDITED = Message(
|
|||
date=datetime.datetime.now(),
|
||||
chat=Chat(id=42, type="private"),
|
||||
from_user=User(id=42, is_bot=False, first_name="Test"),
|
||||
forum_topic_created=ForumTopicEdited(
|
||||
forum_topic_edited=ForumTopicEdited(
|
||||
name="test_edited",
|
||||
icon_color=0xFFD67E,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue