mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add test coverage
This commit is contained in:
parent
24a1b3840e
commit
a77da8c62e
1 changed files with 1 additions and 0 deletions
|
|
@ -30,4 +30,5 @@ class TestSendChatAction:
|
|||
response: bool = await bot.send_chat_action(chat_id=42, action=ChatAction.TYPING)
|
||||
request: Request = bot.get_request()
|
||||
assert request.method == "sendChatAction"
|
||||
assert request.data["action"] == "typing"
|
||||
assert response == prepare_result.result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue