1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-19 03:32:20 +01:00
This commit is contained in:
J. Nick Koston
2025-07-06 10:02:58 -05:00
parent 4b3cc52afe
commit 655f9489a8

View File

@@ -29,7 +29,7 @@ async def test_scheduler_string_name_stress(
)
# 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 executed callbacks and any crashes