diff --git a/tests/test_infected_asyncio.py b/tests/test_infected_asyncio.py index 568708a2..78e98621 100644 --- a/tests/test_infected_asyncio.py +++ b/tests/test_infected_asyncio.py @@ -19,6 +19,8 @@ from tractor import ( from tractor.trionics import BroadcastReceiver from tractor._testing import expect_ctxc +from conftest import expect_ctxc + async def sleep_and_err( sleep_for: float = 0.1,