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

This commit is contained in:
2025-08-05 13:45:35 +02:00
parent e5838b6fde
commit 3520ac1ca9
+3 -3
View File
@@ -123,10 +123,10 @@ def test_run_at_tqdm_multiple_updates(monkeypatch, capsys):
captured = capsys.readouterr()
assert "50%|█████ |" in captured
assert "100%|██████████|" in captured
assert "50%|█████ |" in captured.err
assert "100%|██████████|" in captured.err
assert "Function done!" in captured
assert "Function done!" in captured.err
# Test today/yesterday and tomorrow functions