Skip to content

Commit 63e01d8

Browse files
committed
This should pass.
1 parent ecb36a3 commit 63e01d8

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
@@ -25,7 +25,7 @@ test_that("epix_slide works as intended",{
2525
# 7 should also be there below; this is a bug on issue #153
2626
time_value = c(4,5,6),
2727
sum_binary = c(2^3+2^2,
28-
2^6+2^5,
28+
2^6+2^3,
2929
2^10+2^9)) %>%
3030
as_epi_df(as_of = 1) # Also a bug (issue #213)
3131

0 commit comments

Comments
 (0)