This commit is contained in:
@@ -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} '
|
||||
|
||||
Reference in New Issue
Block a user