From 6e4616841c92d08e59568d05f906e2cb2caa45a0 Mon Sep 17 00:00:00 2001 From: Draga Doncila Pop Date: Thu, 1 Oct 2020 20:13:17 +1000 Subject: [PATCH] Fix reference to test zip --- napari_sentinel_zip/_tests/test_napari_sentinel_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napari_sentinel_zip/_tests/test_napari_sentinel_zip.py b/napari_sentinel_zip/_tests/test_napari_sentinel_zip.py index d433d65..ab28a53 100644 --- a/napari_sentinel_zip/_tests/test_napari_sentinel_zip.py +++ b/napari_sentinel_zip/_tests/test_napari_sentinel_zip.py @@ -6,7 +6,7 @@ TEST_TILE_PATH = os.path.abspath("./napari_sentinel_zip/_tests/Test_Tile") TEST_ONE_ZIP_PATH = os.path.abspath( - "./napari_sentinel_zip/_tests/Test_Tile/SENTINEL2A_20171008-002414-496_L2A_T55HBU_C_V1-0.zip" + "./napari_sentinel_zip/_tests/Test_Tile/SENTINEL2A_20180215-002152-794_L2A_T55HBV_C_V1-0.zip" ) for root, dirnames, filenames in os.walk(TEST_TILE_PATH):