Reformate tests code

This commit is contained in:
Alex Root Junior 2019-11-19 00:05:19 +02:00
parent e1b2226d03
commit 5413cf4367
57 changed files with 128 additions and 158 deletions

View file

@ -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,