Skip to content

Commit 3c4c001

Browse files
committed
fixup
1 parent 957263e commit 3c4c001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ async def coro():
1515
event_loop = asyncio.get_event_loop()
1616
except:
1717
event_loop = None
18-
assert type(event_loop).__name__ != "QSelectorEventLoop"
18+
assert type(event_loop).__name__ != "QIOCPEventLoop" if os.name == 'nt' else "QSelectorEventLoop"

0 commit comments

Comments
 (0)