Skip to content

Commit

Permalink
fix test cds_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Oct 21, 2024
1 parent 868bc0e commit 1459245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cds_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_cds_request_land_cover(mock_retrieve, valid_path_config):
dataset,
time_bounds,
path,
SpatialBounds(54, 56, 1, 3),
overwrite,
)

Expand All @@ -140,6 +141,7 @@ def test_cds_request_land_cover(mock_retrieve, valid_path_config):
"format": "zip",
"year": "1996",
"version": "v2_0_7cds",
"area": [54, 3, 1, 56],
},
)

Expand Down

0 comments on commit 1459245

Please sign in to comment.