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

This commit is contained in:
2025-08-05 13:12:49 +02:00
parent df31d924d8
commit 40f222487e
+3 -4
View File
@@ -128,10 +128,9 @@ def test_run_at_tqdm_multiple_updates(monkeypatch):
captured = output.getvalue()
print(captured)
num_bars = captured.count("%")
assert num_bars >= 2
assert "0%| |" in captured
assert "50%|█████ |" in captured
assert "100%|██████████|" in captured
assert "Function done!" in captured