Skip to content

Commit

Permalink
fix version in test_land_cover
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Oct 18, 2024
1 parent 00aa356 commit d9ab924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datasets/test_land_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_download(self, mock_retrieve, valid_path_config, dummy_dir):
"variable": "all",
"format": "zip",
"year": "1996",
"version": "v2.0.7cds",
"version": "v2_0_7cds",
},
)

Expand Down

0 comments on commit d9ab924

Please sign in to comment.