diff --git a/tests/test_utils_tqdm_mod.py b/tests/test_utils_tqdm_mod.py index 6d159a551..0a50e0110 100644 --- a/tests/test_utils_tqdm_mod.py +++ b/tests/test_utils_tqdm_mod.py @@ -53,7 +53,7 @@ def test_set_progress_multiple_points(): lines = extract_lines(f.getvalue(), "SetBar") for i, (expected_progress, expected_value) in enumerate([ - ("0%", "0/5") + ("0%", "0/5"), ("20%", "1/5"), ("40%", "2/5"), ("70%", "3.5/5.0"),