From 3f7d0d3ea0a9b542af0e777019fd9a566ec025e3 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Mon, 25 Sep 2023 19:57:06 -0700 Subject: [PATCH] updated test filename --- tests/test_scanimagetiffimagingextractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_scanimagetiffimagingextractor.py b/tests/test_scanimagetiffimagingextractor.py index 1f935e23..debd3249 100644 --- a/tests/test_scanimagetiffimagingextractor.py +++ b/tests/test_scanimagetiffimagingextractor.py @@ -17,7 +17,7 @@ @pytest.fixture(scope="module") def file_path(): - return OPHYS_DATA_PATH / "imaging_datasets" / "ScanImage" / "roi.tif" + return OPHYS_DATA_PATH / "imaging_datasets" / "ScanImage" / "scanimage_20220923_roi.tif" @pytest.fixture(scope="module")