Skip to content

Commit 672b417

Browse files
author
Bilal Al
committed
fix test
1 parent e242e6d commit 672b417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tasks/test_telemetry_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _build_stats():
3030
task.start()
3131
time.sleep(2)
3232
assert task.is_running()
33-
assert len(api.record_stats.mock_calls) == 1
33+
assert len(api.record_stats.mock_calls) >= 1
3434
stop_event = threading.Event()
3535
task.stop(stop_event)
3636
stop_event.wait(5)

0 commit comments

Comments
 (0)