diff --git a/napari_aicsimageio/tests/test_core.py b/napari_aicsimageio/tests/test_core.py index dd47ac1..29a4564 100644 --- a/napari_aicsimageio/tests/test_core.py +++ b/napari_aicsimageio/tests/test_core.py @@ -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),