This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user