Skip to content

Commit

Permalink
fix download test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Nov 13, 2024
1 parent 6e4a65b commit b9e0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aproc_download_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_download_project_3857_format_jp2_crop(self):
self.assertTrue(Tests.__download_found(result.download_locations[0] + "/ESA_WorldCover_10m_2021_v200_N15E000_Map.JP2.aux.xml"))

def test_download_zarr(self):
add_item(SENTINEL_2_ITEM, SENTINEL_2_ID)
add_item(self, SENTINEL_2_ITEM, SENTINEL_2_ID)
sleep(3)

crop_wkt = "POLYGON ((0.087547 42.794645, 0.087547 42.832926, 0.176811 42.832926, 0.176811 42.794645, 0.087547 42.794645))"
Expand Down

0 comments on commit b9e0cd0

Please sign in to comment.