Skip to content

Commit

Permalink
Update test worldclim-bioclim.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaticus authored Jun 3, 2024
1 parent 133a51f commit d755bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/worldclim-bioclim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using RasterDataSources, URIs, Test, Dates
using RasterDataSources: rastername, rasterpath, zipurl, zipname, zippath

@testset "WorldClim BioClim" begin
zip_url = URI(scheme="https", host="biogeo.ucdavis.edu", path="/data/worldclim/v2.1/base/wc2.1_10m_bio.zip")
zip_url = URI(scheme="https", host="geodata.ucdavis.edu", path="/data/worldclim/2_1/base/wc2.1_10m_bio.zip")
@test zipurl(WorldClim{BioClim}, 2; res="10m") == zip_url
@test zipname(WorldClim{BioClim}, 2; res="10m") == "wc2.1_10m_bio.zip"

Expand Down

0 comments on commit d755bbb

Please sign in to comment.