This commit is contained in:
J. Nick Koston 2025-07-06 10:03:28 -05:00
parent f4260d370c
commit 453dc29540
No known key found for this signature in database

View File

@ -29,7 +29,7 @@ async def test_scheduler_string_lifetime(
)
# Create a future to signal test completion
loop = asyncio.get_event_loop()
loop = asyncio.get_running_loop()
test_complete_future: asyncio.Future[None] = loop.create_future()
# Track test progress