Skip to content

Commit cbac31c

Browse files
committed
Fix path to patch_all_motors
1 parent 6905d8a commit cbac31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/i19/test_pin_col.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
PinholeCollimatorControl,
1414
)
1515
from dodal.devices.motors import XYStage
16-
from dodal.devices.util.test_utils import patch_all_motors
16+
from dodal.testing import patch_all_motors
1717

1818

1919
@pytest.fixture

0 commit comments

Comments
 (0)