Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Nov 10, 2023
1 parent 9551f06 commit 8d8f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-txt_wrap.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,5 @@ test_that("toString and wrapping cooperates well with separator divisors", {

sec_seps_df <- mf_rinfo(bmf)[, c("abs_rownumber", "trailing_sep"), drop = FALSE]
mf_rinfo(bmf)$trailing_sep[c(1, 3, 4)] <- " "
toString(bmf, widths = c(4, 4, 4)) %>% cat
expect_silent(toString(bmf, widths = c(4, 4, 4)))
})

0 comments on commit 8d8f4a7

Please sign in to comment.