diff --git a/tests/test_utils_run_later.py b/tests/test_utils_run_later.py index c87db3ada..d94c725e5 100644 --- a/tests/test_utils_run_later.py +++ b/tests/test_utils_run_later.py @@ -128,6 +128,8 @@ def test_run_at_tqdm_multiple_updates(monkeypatch): captured = output.getvalue() + print(captured) + num_bars = captured.count("%") assert num_bars >= 2