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

This commit is contained in:
2025-08-05 13:51:43 +02:00
parent 4509254305
commit f005cfe517
+2 -1
View File
@@ -123,10 +123,11 @@ def test_run_at_tqdm_multiple_updates(monkeypatch, capsys):
captured = capsys.readouterr()
assert "0%| |" in captured.err
assert "50%|█████ |" in captured.err
assert "100%|██████████|" in captured.err
assert "Function done!" in captured.err
assert "Function done!" in captured
# Test today/yesterday and tomorrow functions