From 5c6233c1b5dee280c44e66ad9f6ca09cae50125a Mon Sep 17 00:00:00 2001 From: mitchellmanware Date: Thu, 18 Jan 2024 10:30:16 -0500 Subject: [PATCH] remove downoad_sedac* error tests --- tests/testthat/test-download_functions.R | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/testthat/test-download_functions.R b/tests/testthat/test-download_functions.R index 5e0a2b62..d1aa3eaf 100644 --- a/tests/testthat/test-download_functions.R +++ b/tests/testthat/test-download_functions.R @@ -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",