diff --git a/tests/test_io.py b/tests/test_io.py index f2692b2d..9932a767 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -138,11 +138,10 @@ def test_imaging_extractors_canonical_shape(self, extractor_class, extractor_kwa ), param( extractor_class=Suite2pSegmentationExtractor, - extractor_kwargs=dict(folder_path=str(OPHYS_DATA_PATH / "segmentation_datasets" / "suite2p")), - ), - param( - extractor_class=Suite2pSegmentationExtractor, - extractor_kwargs=dict(file_path=str(OPHYS_DATA_PATH / "segmentation_datasets" / "suite2p")), + extractor_kwargs=dict( + folder_path=str(OPHYS_DATA_PATH / "segmentation_datasets" / "suite2p"), + stream_name="chan1_plane0" + ), ), ]