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

This commit is contained in:
2025-08-07 15:47:51 +02:00
parent 61c9badbf1
commit 574d326aeb
+1 -1
View File
@@ -109,7 +109,7 @@ def test_put_with_progress_and_repr(value_new, value_before, expected_color):
assert pv.get() == pytest.approx(value_new)
# Représentation
expected_repr = f'PV "TEST:VAL" at {value} '
expected_repr = f'PV "TEST:VAL" at {value_new} '
def test_use_callback_context_manager():
pv = PV("TEST:VAL", connection_timeout=2.0)