From 526591cb4636c6bd95ff0f61eb9a97beaf9bc928 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 22 Aug 2023 10:52:32 +0100 Subject: [PATCH] Fix unit test for newer dodal --- src/artemis/experiment_plans/tests/test_grid_detection_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/artemis/experiment_plans/tests/test_grid_detection_plan.py b/src/artemis/experiment_plans/tests/test_grid_detection_plan.py index 01a4d30d9..7ea94227a 100644 --- a/src/artemis/experiment_plans/tests/test_grid_detection_plan.py +++ b/src/artemis/experiment_plans/tests/test_grid_detection_plan.py @@ -114,7 +114,7 @@ def test_create_devices(create_device: MagicMock): call(Smargon, "smargon", "-MO-SGON-01:", True, False), call(OAV, "oav", "", True, False), call( - device=Backlight, + Backlight, name="backlight", prefix="-EA-BL-01:", wait=True,