Skip to content

Commit

Permalink
fix check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkliming committed Nov 14, 2023
1 parent 6c73032 commit c4fd5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-pagination.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test_that("pagination works", {
## min_siblings = 0,
## verbose = TRUE))

expect_silent(
expect_message(
paginate_to_mpfs(
dfmf_cont,
lpp = 8 + 2,
Expand Down

0 comments on commit c4fd5fd

Please sign in to comment.