Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NickiShaw committed May 11, 2023
1 parent afebe5e commit 5e6073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_emd/_tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ def test_reader(tmp_path):


def test_get_reader_pass():
reader = napari_get_reader("fake.emd")
reader = napari_get_reader("fake.notemd")
assert reader is None

0 comments on commit 5e6073a

Please sign in to comment.