mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
tests(mock): remove await for magic mock
This commit is contained in:
parent
23799929b8
commit
9fd101de03
1 changed files with 2 additions and 2 deletions
|
|
@ -194,5 +194,5 @@ class TestAiohttpSession:
|
|||
) as mocked_close:
|
||||
async with session as ctx:
|
||||
assert session == ctx
|
||||
await mocked_close.awaited_once()
|
||||
await mocked_create_session.awaited_once()
|
||||
mocked_close.awaited_once()
|
||||
mocked_create_session.awaited_once()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue