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