Skip to content

Commit eb0c27e

Browse files
committed
some tests expect a tibble
1 parent dcd0515 commit eb0c27e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testthat/test-epix_slide.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ test_that("epix_slide computation can use ref_time_value", {
584584
time_value = c(4,5,6,7),
585585
slide_value = c(4,5,6,7)
586586
) %>%
587-
as_epi_df(as_of = 4) %>% # Also a bug (issue #213)
588587
group_by(geo_value)
589588

590589
expect_identical(xx1,xx_ref)

0 commit comments

Comments
 (0)