From f32327fd2b63aa3a29f79245af7c3fe7f08643c5 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 7 Aug 2025 15:43:42 +0200 Subject: [PATCH] Update tests/test_utils_pv.py --- tests/test_utils_pv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} '