Skip to content

Commit 656475b

Browse files
committed
Fix tests
1 parent 2b00d40 commit 656475b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napari_aicsimageio/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"filename, expected_shape, expected_meta",
3939
[
4040
(PNG_FILE, (800, 537, 4), {"name": Path(PNG_FILE).stem, "rgb": True}),
41-
(GIF_FILE, (72, 268, 268, 4), {"name": Path(GIF_FILE).stem, "rgb": True}),
41+
(GIF_FILE, (72, 268, 268, 3), {"name": Path(GIF_FILE).stem, "rgb": True}),
4242
(
4343
CZI_FILE,
4444
(3, 6183, 7705),

0 commit comments

Comments
 (0)