Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 1m0s

This commit is contained in:
2025-08-07 14:19:24 +02:00
parent c17e78bbcb
commit bebf06bd6f
+2 -2
View File
@@ -56,8 +56,8 @@ def strip_ansi(text):
(50.0, "██████████", colorama.Fore.GREEN),
(75.0, "██████████", colorama.Fore.GREEN),
(100.0, "██████████", colorama.Fore.GREEN),
(150.0, ">>>>>>>>>>", colorama.Fore.RED),
(-50.0, "<<<<<<<<<<", colorama.Fore.RED)
(150.0, "██████████", colorama.Fore.RED),
(-50.0, "██████████", colorama.Fore.RED)
])
def test_put_with_progress_and_repr(value, expected_bar, expected_color):