File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/devices/unit_tests/i03 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
from dodal .devices .i03 .dcm import DCM
11
11
from dodal .devices .i03 .undulator_dcm import UndulatorDCM
12
12
from dodal .devices .undulator import AccessError , Undulator
13
- from dodal .devices .util .test_utils import patch_all_motor
13
+ from dodal .devices .util .test_utils import patch_all_motors
14
14
from dodal .log import LOGGER
15
15
from tests .devices .unit_tests .test_daq_configuration import MOCK_DAQ_CONFIG_PATH
16
16
from tests .devices .unit_tests .test_daq_configuration .lookup import (
@@ -50,7 +50,7 @@ async def fake_undulator_dcm(RE) -> UndulatorDCM:
50
50
daq_configuration_path = MOCK_DAQ_CONFIG_PATH ,
51
51
name = "undulator_dcm" ,
52
52
)
53
- patch_all_motor (dcm )
53
+ patch_all_motors (dcm )
54
54
return undulator_dcm
55
55
56
56
You can’t perform that action at this time.
0 commit comments