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

This commit is contained in:
2025-08-05 13:34:23 +02:00
parent 481ba31cb7
commit e668e875b2
+1 -1
View File
@@ -121,7 +121,7 @@ def test_run_at_tqdm_multiple_updates(monkeypatch, capsys):
run_at(when, fexample)
captured = capsys.readouterr().out
captured = capsys.readouterr()
assert "0%| |" in captured
assert "50%|█████ |" in captured