Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed Dec 19, 2023
1 parent 522f085 commit 4c377f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ password = ENV["OPENEO_PASSWORD"]
c1 = connect(host, version)
c2 = connect(host, version, username, password)
@test allequal([c1, c2] .|> x -> size(x.collections))
@test allequal([c1.processes[x].id == c2.processes[x].id for x in 1:length(c1.processes)])

step1 = c2.load_collection(
"COPERNICUS/S2", BoundingBox(west=16.06, south=48.06, east=16.65, north=48.35),
Expand Down

0 comments on commit 4c377f5

Please sign in to comment.