Update tests/test_utils_rangebar.py
Run CI Tests / test (push) Successful in 32s

This commit is contained in:
2025-07-29 23:06:51 +02:00
parent 4ec6353d82
commit 8f660e7139
+1 -1
View File
@@ -97,7 +97,7 @@ import pytest
(51, '' * 5 + '' + ' ' * 4),
(73, '' * 7 + '' + ' ' * 2),
(75, '' * 7 + '' + ' ' * 2),
(90, '' * 9 + ' ' * 0),
(90, '' * 9 + ' ' * 1),
(100, '' * 10)
])
def test_each_value_separately(capture_stdout, value, expected_bar_part):