Skip to content

Commit 38f3b1d

Browse files
committed
ugh
1 parent 0bff261 commit 38f3b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-epi_keys.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_that("epi_keys_mold extracts additional keys when they are present", {
4040
state = rep(c("ca", "fl", "pa"), each = 3), # extra key
4141
value = 1:length(geo_value) + 0.01 * rnorm(length(geo_value))
4242
) %>%
43-
as_epi_df(additional_metadata = list(other_keys = c("state", "pol")))
43+
epiprocess::as_epi_df(additional_metadata = list(other_keys = c("state", "pol")))
4444

4545
my_recipe <- epi_recipe(my_data) %>%
4646
step_epi_ahead(value , ahead = 7) %>%

0 commit comments

Comments
 (0)