We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efad00a commit a860b8eCopy full SHA for a860b8e
tests/devices/test_block.py
@@ -365,8 +365,8 @@ async def test_block_mot_set_outside_limits(mot_block):
365
366
set_mock_value(mot_block.user_setpoint, 10)
367
set_mock_value(mot_block.velocity, 10)
368
- set_mock_value(mot_block.high_limit_travel, 15)
369
- set_mock_value(mot_block.low_limit_travel, 5)
+ set_mock_value(mot_block.dial_high_limit_travel, 15)
+ set_mock_value(mot_block.dial_low_limit_travel, 5)
370
with pytest.raises(err):
371
await mot_block.set(20)
372
0 commit comments