Update tests/test_utils_run_later.py
Run CI Tests / test (push) Successful in 2m39s

This commit is contained in:
2025-08-05 12:54:13 +02:00
parent c2fe04f94f
commit e76090673e
+2
View File
@@ -128,6 +128,8 @@ def test_run_at_tqdm_multiple_updates(monkeypatch):
captured = output.getvalue()
print(captured)
num_bars = captured.count("%")
assert num_bars >= 2