Skip to content

Commit a126abd

Browse files
committed
This fixes epix_slide without adding random stuff when fixing epi_slide.
1 parent b5cec01 commit a126abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-epix_slide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_that("epix_slide works as intended",{
2727
time_value = c(5,6),
2828
sum_binary = c(2^7,
2929
2^10+2^8)) %>%
30-
as_epi_df()
30+
as_epi_df(as_of = 1)
3131

3232
expect_identical(xx1,xx2) # *
3333

0 commit comments

Comments
 (0)