From 612ab4bcdf127adcff58466e96e48d62b6036b15 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 15 Dec 2022 13:48:24 -0700 Subject: Fix stator test fixture --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index d65b5da..9127466 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -223,7 +223,7 @@ def stator(config_system) -> StatorRunner: concurrency=100, schedule_interval=30, ) - runner.handled = 0 + runner.handled = {} runner.started = time.monotonic() runner.last_clean = time.monotonic() - runner.schedule_interval runner.tasks = [] -- cgit v1.2.3