chore: lint

This commit is contained in:
Egor 2020-07-03 16:15:37 +05:00
parent d04e220fbb
commit 6e93facffc
8 changed files with 25 additions and 28 deletions

View file

@ -21,7 +21,9 @@ class TestSendContact:
),
)
response: Message = await SendContact(chat_id=private_chat.id, phone_number="911", first_name="911")
response: Message = await SendContact(
chat_id=private_chat.id, phone_number="911", first_name="911"
)
request: Request = bot.get_request()
assert request.method == "sendContact"
assert response == prepare_result.result