Skip to content

Commit 3b11b42

Browse files
committed
fix test
1 parent fe24acf commit 3b11b42

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
@@ -36,7 +36,7 @@ test_that("epi_keys_mold extracts additional keys when they are present", {
3636
sample_n(6) %>%
3737
tsibble::as_tsibble() %>% # add 2 extra keys
3838
mutate(state = rep("MA", 6), pol = rep("blue", 6)) %>%
39-
as_epi_df(additional_metadata = list(other_keys=c("state", "pol"))) # <-- metadata constructed here
39+
epiprocess::as_epi_df(additional_metadata = list(other_keys=c("state", "pol"))) # <-- metadata constructed here
4040

4141
my_recipe <- epi_recipe(my_data) %>%
4242
step_epi_ahead(death_rate , ahead = 7) %>%

0 commit comments

Comments
 (0)