From c790e48efdcfd23243a1242e2e8296be82324e09 Mon Sep 17 00:00:00 2001 From: Koen Hufkens Date: Fri, 23 Feb 2024 22:21:46 +0100 Subject: [PATCH] can't cheat my own error traps, no duplicate entries allowed --- tests/testthat/test_cds.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test_cds.R b/tests/testthat/test_cds.R index 4f52c67..644815c 100644 --- a/tests/testthat/test_cds.R +++ b/tests/testthat/test_cds.R @@ -262,7 +262,7 @@ test_that("batch request tests", { skip_on_cran() skip_if(login_check) - years <- c(2017,2017) + years <- c(2017,2018) requests <- lapply(years, function(y) { list( "dataset_short_name" = "reanalysis-era5-pressure-levels",