mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Reformate tests code
This commit is contained in:
parent
e1b2226d03
commit
5413cf4367
57 changed files with 128 additions and 158 deletions
|
|
@ -41,7 +41,7 @@ class MockedBot(Bot):
|
|||
self,
|
||||
method: Type[TelegramMethod[T]],
|
||||
ok: bool,
|
||||
result: Optional[T] = None,
|
||||
result: T = None,
|
||||
description: Optional[str] = None,
|
||||
error_code: Optional[int] = None,
|
||||
migrate_to_chat_id: Optional[int] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue