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

This commit is contained in:
2025-07-30 15:20:51 +02:00
parent b71dae405d
commit 2d73e350fe
+1 -1
View File
@@ -104,7 +104,7 @@ def test_clamp_below_zero():
last = lines[-1]
bar = get_bar_visual(last)
assert last.startswith("ClampBar: 0%")
assert re.search(r"^ClampBar:\s+" + re.escape("0%"), last)
assert "0/10" in last
assert "Hz" in last