Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Oct 18, 2024
1 parent eb7ca4f commit fe32400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devices/unit_tests/util/test_save_panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_save_panda_failure_to_create_device_exits_with_failure_code(mock_exit):
with pytest.raises(AssertionError):
_save_panda("i03", "panda", "test/file.yml")

assert mock_exit.assert_called_once_with(1)
mock_exit.assert_called_once_with(1)


@patch("dodal.devices.util.save_panda._save_panda")
Expand Down

0 comments on commit fe32400

Please sign in to comment.