Skip to content

Commit 42b7867

Browse files
committed
fix: tests
1 parent 781eecd commit 42b7867

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/testthat/test-epidatacall.R

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ test_that("fetch_args", {
4343
dry_run = FALSE,
4444
debug = FALSE,
4545
format_type = "json",
46-
refresh_cache = FALSE
46+
refresh_cache = FALSE,
47+
reference_week_day = 1
4748
),
4849
class = "fetch_args"
4950
)
@@ -59,7 +60,8 @@ test_that("fetch_args", {
5960
dry_run = TRUE,
6061
debug = TRUE,
6162
format_type = "classic",
62-
refresh_cache = TRUE
63+
refresh_cache = TRUE,
64+
reference_week_day = 1
6365
),
6466
structure(
6567
list(
@@ -72,7 +74,8 @@ test_that("fetch_args", {
7274
dry_run = TRUE,
7375
debug = TRUE,
7476
format_type = "classic",
75-
refresh_cache = TRUE
77+
refresh_cache = TRUE,
78+
reference_week_day = 1
7679
),
7780
class = "fetch_args"
7881
)

0 commit comments

Comments
 (0)