diff --git a/tests/test_utils_tqdm_mod.py b/tests/test_utils_tqdm_mod.py index fd8980f0e..1370113fd 100644 --- a/tests/test_utils_tqdm_mod.py +++ b/tests/test_utils_tqdm_mod.py @@ -118,7 +118,7 @@ def test_float_alignment_in_bar(): assert expected in values, f"Missing expected value: {expected}" # Check that all values are visually aligned, output with same length, to ensure that format_sizeof add the good number avec spaces - + print("\n") bar_segments = [] for line in lines: match = re.search(r".*?\]", line)