Skip to content

Commit feb65b3

Browse files
committed
some tests expect a tibble
1 parent e644624 commit feb65b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/testthat/test-epix_slide.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ test_that("epix_slide computation via function can use ref_time_value", {
607607
time_value = c(4,5,6,7),
608608
slide_value = c(4,5,6,7)
609609
) %>%
610-
as_epi_df(as_of = 4) %>% # Also a bug (issue #213)
611610
group_by(geo_value)
612611

613612
xx1 <- xx %>%
@@ -624,7 +623,6 @@ test_that("epix_slide computation via dots can use ref_time_value and group", {
624623
time_value = c(4,5,6,7),
625624
slide_value = c(4,5,6,7)
626625
) %>%
627-
as_epi_df(as_of = 4) %>% # Also a bug (issue #213)
628626
group_by(geo_value)
629627

630628
xx1 <- xx %>%
@@ -639,7 +637,6 @@ test_that("epix_slide computation via dots can use ref_time_value and group", {
639637
time_value = c(4,5,6,7),
640638
slide_value = "x"
641639
) %>%
642-
as_epi_df(as_of = 4) %>% # Also a bug (issue #213)
643640
group_by(geo_value)
644641

645642
# Use group_key column

0 commit comments

Comments
 (0)