Replace BusinessConnection.date type

This commit is contained in:
JRoot Junior 2024-04-08 02:24:40 +03:00
parent 61d1bcdd96
commit 8048a6428b
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
3 changed files with 9 additions and 3 deletions

View file

@ -548,7 +548,7 @@ class TestDispatcher:
id="qwerty",
user=User(id=42, is_bot=False, first_name="Test"),
user_chat_id=42,
date=int(time.time()),
date=datetime.datetime.now(),
can_reply=True,
is_enabled=True,
),