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

This commit is contained in:
2025-07-30 16:01:17 +02:00
parent e98acbadae
commit 31a8a51a5b
-2
View File
@@ -89,7 +89,6 @@ def test_float_alignment_in_bar():
bar.set(1.3333)
bar.set(12.5)
bar.set(99.89)
bar.set(100.0)
bar.set(100.12)
bar.close()
@@ -101,7 +100,6 @@ def test_float_alignment_in_bar():
"1.3/100.1",
"12.5/100.1",
"99.9/100.1",
"100.0/100.1",
"100.1/100.1",
]