Skip to content

Commit

Permalink
can't cheat my own error traps, no duplicate entries allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Feb 23, 2024
1 parent 2f7f192 commit c790e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_cds.R
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c790e48

Please sign in to comment.