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

This commit is contained in:
2025-07-29 23:08:23 +02:00
parent 8f660e7139
commit eaf8816ae6
+1 -1
View File
@@ -91,7 +91,7 @@ import pytest
(0, ' ' * 10),
(10, '' + ' ' * 9),
(25, '██▌' + ' ' * 7),
(27, '' + ' ' * 7),
(27, '' * 2 + '' + ' ' * 7),
(49, '████▉' + ' ' * 5),
(50, '' * 5 + ' ' * 5),
(51, '' * 5 + '' + ' ' * 4),