Skip to content

Commit

Permalink
Change npe1 plugin used for sample data test (#364)
Browse files Browse the repository at this point in the history
Closes #363 by changing the plugin used in the test to avoid name
normalization issues entirely.
  • Loading branch information
DragaDoncila authored Oct 25, 2024
1 parent fa6f67b commit b94506f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def test_fetch_npe1_manifest_with_writer():


def test_fetch_npe1_manifest_with_sample_data():
mf = fetch_manifest("napari-pyclesperanto-assistant")
assert mf.name == "napari-pyclesperanto-assistant"
mf = fetch_manifest("napari-kics")
assert mf.name == "napari-kics"
assert mf.contributions.sample_data
# Test will eventually fail when napari-pyclesperanto-assistant is updated to npe2
# Test will eventually fail when napari-kics is updated to npe2
# This is here as a sentinel
assert mf.npe1_shim is True

Expand Down

0 comments on commit b94506f

Please sign in to comment.