Skip to content

Commit

Permalink
Fix reference to test zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Draga Doncila Pop committed Oct 1, 2020
1 parent c4ce980 commit 6e46168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_sentinel_zip/_tests/test_napari_sentinel_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6e46168

Please sign in to comment.