Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jan 28, 2025
1 parent d5858d5 commit 29ce768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_fetch_epics_metadata(mock_get_archiver_data, metadata_retriever):
assert updated_metadata["scan_info"]["channel1"] == 10


@patch("sed.loader.mpes.metadata.get_archiver_data")
@patch("specsscan.metadata.get_archiver_data")
def test_fetch_epics_metadata_missing_channels(mock_get_archiver_data, metadata_retriever):
"""Test fetch_epics_metadata with missing EPICS channels."""
mock_get_archiver_data.return_value = (np.array([1.5]), np.array([10]))
Expand Down

0 comments on commit 29ce768

Please sign in to comment.