Fix stator test fixture

pull/174/head
Andrew Godwin 2022-12-15 13:48:24 -07:00
rodzic 13fd3785f2
commit 612ab4bcdf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 = []