Skip to content

Commit

Permalink
remove downoad_sedac* error tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Jan 18, 2024
1 parent 970dea0 commit 5c6233c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/testthat/test-download_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ testthat::test_that("Errors when temporal ranges invalid.", {
directory_to_save = "../testdata"
)
)
expect_error(
download_sedac_population_data(
year = "1000",
data_download_acknowledgement = TRUE,
directory_to_save = "../testdata",
directory_to_download = "../testdata",
unzip = FALSE
)
)
expect_error(
download_merra2_data(
date_start = "1900-01-01",
Expand Down

0 comments on commit 5c6233c

Please sign in to comment.