Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #866 from DiamondLightSource/fix_unit_test
Browse files Browse the repository at this point in the history
Fix unit test for newer dodal
  • Loading branch information
Tom-Willemsen authored Sep 1, 2023
2 parents 8fc48de + c4512c1 commit a88bcea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a88bcea

Please sign in to comment.