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

This commit is contained in:
2025-08-07 15:04:15 +02:00
parent be578466b2
commit b4a61a11eb
+1 -1
View File
@@ -64,7 +64,7 @@ def test_put_with_progress_and_repr(value_new, value_old, expected_color):
pv = PV("TEST:VAL", connection_timeout=2.0)
assert pv.wait_for_connection(timeout=2.0), "PV not connected"
pv.put(value before, wait=True)
pv.put(value_before, wait=True)
assert pv.get() == value before
# Capture tous les prints dans une liste