Skip to content

Commit 2afa35d

Browse files
committed
dur
1 parent 5f93f39 commit 2afa35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/tests_general.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ test_that("format_dates", {
580580
"2010-01-01T00:00:00Z/2010-01-01T05:00:00Z")
581581

582582
start <- "2025-10-01"
583-
end <- Sys.Date()
583+
end <- as.Date("2026-02-02")
584584

585585
expect_equal(dataRetrieval:::format_api_dates(c(start, end), date = TRUE),
586586
"2025-10-01/2026-02-02")

0 commit comments

Comments
 (0)