Skip to content

Commit 8789887

Browse files
Fix test imports
1 parent 8f180b9 commit 8789887

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/devices/beamlines/i05/test_i05_motors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from ophyd_async.core import init_devices
66
from ophyd_async.testing import assert_reading, partial_reading
77

8-
from dodal.devices.i05 import I05Goniometer
9-
from tests.devices.i05_shared.rotation_signal_test_util import (
8+
from dodal.devices.beamlines.i05 import I05Goniometer
9+
from tests.devices.beamlines.i05_shared.rotation_signal_test_util import (
1010
RotatedCartesianFrameTestConfig,
1111
assert_rotated_axes_are_orthogonal,
1212
)

tests/devices/beamlines/i05_1/test_i05_1_motors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
from math import cos, radians, sin
33

44
import pytest
5-
from dodal.devices.i05_1 import XYZPolarAzimuthDefocusStage
65
from ophyd_async.core import init_devices
76
from ophyd_async.testing import assert_reading, partial_reading
87

9-
from tests.devices.i05_shared.rotation_signal_test_util import (
8+
from dodal.devices.beamlines.i05_1 import XYZPolarAzimuthDefocusStage
9+
from tests.devices.beamlines.i05_shared.rotation_signal_test_util import (
1010
RotatedCartesianFrameTestConfig,
1111
assert_rotated_axes_are_orthogonal,
1212
)

0 commit comments

Comments
 (0)