Skip to content

Commit

Permalink
fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Dec 6, 2024
1 parent 524bd0e commit 17f177f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_CORA_Timeseries.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@testset "CORA time series download" begin
datasource = "CORA Timeseries"

query = DIVAndFairEase.prepare_query_new(datasource, parameter1, parameter2, datestart, dateend,
mindepth, maxdepth, minlon, maxlon, minlat, maxlat)

query = DIVAndFairEase.prepare_query_new(datasource, parameter1, parameter2, Dates.Date(datestart), Dates.Date(dateend), mindepth,maxdepth, minlon, maxlon, minlat, maxlat)

outputfile = tempname() * ".nc"
Expand All @@ -15,7 +12,7 @@
],
query,
response_stream=io);
@info(r.status)
@test r.status == 200
end

NCDataset(outputfile) do nc
Expand Down

0 comments on commit 17f177f

Please sign in to comment.