diff --git a/tests/test_utils_pv.py b/tests/test_utils_pv.py index 562acd7e..958d4abf 100644 --- a/tests/test_utils_pv.py +++ b/tests/test_utils_pv.py @@ -106,7 +106,7 @@ def test_put_with_progress_and_repr(value_new, value_before, expected_color): # Vérifie que la valeur finale est correcte - assert pv.get() == pytest.approx(value) + assert pv.get() == pytest.approx(value_new) # Représentation expected_repr = f'PV "TEST:VAL" at {value} '