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

Fix unit test for newer dodal #866

Merged
merged 2 commits into from
Sep 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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