diff --git a/tests/test_utils_pv.py b/tests/test_utils_pv.py index d02d4d9ba..65d967572 100644 --- a/tests/test_utils_pv.py +++ b/tests/test_utils_pv.py @@ -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.GREEN), + (-50.0, colorama.Fore.GREEN) ]) def test_put_with_progress_and_repr(value, expected_color):