Skip to content

Commit

Permalink
variable name change in test
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Jan 28, 2025
1 parent ef37d16 commit 85736ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from mx_bluesky.common.device_setup_plans.setup_panda import load_panda_from_yaml


def get_test_plan(*args):
def test_plan(*args):
yield from null()
return "retrieved_settings"

Expand All @@ -25,7 +25,7 @@ def test_load_panda_from_yaml(
):
test_file = "test"
mock_settings_provider.return_value = (mock_settings_return := MagicMock())
mock_retrieve_settings.side_effect = get_test_plan
mock_retrieve_settings.side_effect = test_plan

RE(
load_panda_from_yaml(
Expand Down

0 comments on commit 85736ee

Please sign in to comment.