Skip to content

Commit 4776910

Browse files
committed
Amend pytest patch to find module
1 parent ebdb2bc commit 4776910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fastcs/eiger/test_eiger_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def test_when_arm_with_number_of_images_then_number_of_images_set_correctl
7171
)
7272

7373

74-
@patch("ophyd_async.epics.eiger._eiger_controller.DEFAULT_TIMEOUT", 0.1)
74+
@patch("ophyd_async.fastcs.eiger._eiger_controller.DEFAULT_TIMEOUT", 0.1)
7575
async def test_given_detector_fails_to_go_ready_when_arm_called_then_fails(
7676
eiger_driver_and_controller_no_arm: DriverAndController,
7777
):

0 commit comments

Comments
 (0)