Skip to content

Commit

Permalink
Test Cases
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBillson committed Feb 17, 2024
1 parent c8481a9 commit 87d849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ roi = [
scene_to_download = search("LANDSAT_8", 2, dates=dates, geom=point, clouds=6).Name |> first
downloaded = download_scene(scene_to_download; log_progress=true, unpack=true)
@test downloaded == joinpath(pwd(), scene_to_download)
rm(downloaded)
rm(downloaded, recursive=true)
logout()
end

0 comments on commit 87d849d

Please sign in to comment.