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

This commit is contained in:
2025-08-07 15:43:42 +02:00
parent 6f22f0a648
commit f32327fd2b
+1 -1
View File
@@ -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} '