Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 59s

This commit is contained in:
2025-08-07 14:48:09 +02:00
parent cb702f3d19
commit e643fbccaa
+1 -1
View File
@@ -100,7 +100,7 @@ def test_put_with_progress_and_repr(value, expected_color):
assert pv.get() == pytest.approx(value)
# Représentation
expected_repr = f'PV "TEST:VAL" at {value}'
expected_repr = f'PV "TEST:VAL" at {value} '
assert repr(pv) == expected_repr
assert pv.orig_repr().startswith('<epics.pv.PV')