Skip to content

Commit

Permalink
Make the width even larger???
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 1, 2024
1 parent 9143717 commit d7b30f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-lifecycle.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test_that("use_lifecycle() imports badges", {
create_local_package()
use_package_doc()
withr::local_options(usethis.quiet = FALSE, width = 150)
withr::local_options(usethis.quiet = FALSE, width = 200)

expect_snapshot(
use_lifecycle(),
Expand Down

0 comments on commit d7b30f7

Please sign in to comment.