From e668e875b222651c394fbd03f46cefaa2d4a1041 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 13:34:23 +0200 Subject: [PATCH] Update tests/test_utils_run_later.py --- tests/test_utils_run_later.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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