Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion tests/unit_tests/core/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_lookup_nonexistent_device_child(devicey_context: BlueskyContext):

def test_lookup_non_device(devicey_context: BlueskyContext):
with pytest.raises(ValueError):
devicey_context.find_device("sim._set_success")
devicey_context.find_device("sim.name")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since I have made this change I would like some else to review it for @DiamondLightSource/developers-daq-core



def test_add_non_plan(empty_context: BlueskyContext):
Expand Down
Loading