We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77048b3 commit fb02033Copy full SHA for fb02033
tests/testthat/test-utils.R
@@ -58,7 +58,7 @@ test_that("check_is_cachable can handle both str and date inputs of various leng
58
epidata_call$params$as_of <- NULL
59
epidata_call$params$issues <- c(as.Date("2022-01-01"), as.Date("2022-02-01"))
60
expect_no_error(check_is_cachable(epidata_call, fetch_args))
61
-
+
62
# issues epirange
63
64
epidata_call$params$issues <- epirange(as.Date("2022-01-01"), as.Date("2022-02-01"))
0 commit comments