Skip to content

Commit

Permalink
correct typo in expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jun 5, 2024
1 parent 951c100 commit f63fe8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-syrup.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ test_that("syrup(interval) works", {
)
)

expect_s3_class(res, "tbl_df")
expect_s3_class(res_01, "tbl_df")
expect_s3_class(res_1, "tbl_df")
expect_true(length(unique(res_01$id)) > length(unique(res_1$id)))
})

Expand Down

0 comments on commit f63fe8a

Please sign in to comment.