Skip to content

Commit

Permalink
Merge branch 'main' into remove-cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Oct 26, 2024
2 parents 0fa1ba9 + b94506f commit 180118a
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 180118a

Please sign in to comment.