mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: lint
This commit is contained in:
parent
d04e220fbb
commit
6e93facffc
8 changed files with 25 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue