We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed12df commit a544396Copy full SHA for a544396
1 file changed
tests/test_run.py
@@ -7,6 +7,7 @@ async def coro():
7
assert type(event_loop).__name__ == "QSelectorEventLoop"
8
await asyncio.sleep(0)
9
10
+ _ = application
11
qasync.run(coro())
12
13
event_loop = asyncio.get_event_loop()
0 commit comments