Skip to content

Commit

Permalink
fix test_sample_data expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 23, 2024
1 parent c4b11b8 commit 29d1106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yt_napari/_tests/test_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def mock_importlib_files(package_name: str):
monkeypatch.setattr(importlib_resources, "files", mock_importlib_files)

result = gl.load_sample_data(sample_name)
assert isinstance(result[0], np.ndarray)
assert isinstance(result[0][0], np.ndarray)

0 comments on commit 29d1106

Please sign in to comment.