Update tests/test_utils_tqdm_mod.py
Run CI Tests / test (push) Successful in 37s

This commit is contained in:
2025-07-30 15:13:52 +02:00
parent afa00ba1f1
commit e491d5050f
+1 -1
View File
@@ -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"),