Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed May 1, 2023
1 parent 2b00d40 commit 656475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_aicsimageio/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"filename, expected_shape, expected_meta",
[
(PNG_FILE, (800, 537, 4), {"name": Path(PNG_FILE).stem, "rgb": True}),
(GIF_FILE, (72, 268, 268, 4), {"name": Path(GIF_FILE).stem, "rgb": True}),
(GIF_FILE, (72, 268, 268, 3), {"name": Path(GIF_FILE).stem, "rgb": True}),
(
CZI_FILE,
(3, 6183, 7705),
Expand Down

0 comments on commit 656475b

Please sign in to comment.