Skip to content

Commit fb02033

Browse files
committed
style: styler (GHA)
1 parent 77048b3 commit fb02033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test_that("check_is_cachable can handle both str and date inputs of various leng
5858
epidata_call$params$as_of <- NULL
5959
epidata_call$params$issues <- c(as.Date("2022-01-01"), as.Date("2022-02-01"))
6060
expect_no_error(check_is_cachable(epidata_call, fetch_args))
61-
61+
6262
# issues epirange
6363
epidata_call$params$as_of <- NULL
6464
epidata_call$params$issues <- epirange(as.Date("2022-01-01"), as.Date("2022-02-01"))

0 commit comments

Comments
 (0)