Skip to content

Commit a5b34bf

Browse files
committed
Fix deprecated locations from ophyd_async
1 parent 5e70899 commit a5b34bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit_tests/test_plans.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
import pytest
88
from bluesky import RunEngine
99
from dodal.devices.motors import XYZStage
10+
from ophyd_async.core import callback_on_mock_put, set_mock_value
1011
from ophyd_async.epics.adaravis import AravisDetector
11-
from ophyd_async.testing import assert_emitted, callback_on_mock_put, set_mock_value
12+
from ophyd_async.testing import assert_emitted
1213
from scanspec.specs import Line
1314

1415
from test_rig_bluesky.plans import (

0 commit comments

Comments
 (0)