diff --git a/tests/test_utils_run_later.py b/tests/test_utils_run_later.py index 83047ab15..062c2dd58 100644 --- a/tests/test_utils_run_later.py +++ b/tests/test_utils_run_later.py @@ -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