Skip to content

Commit

Permalink
Another snapshot test line break issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 5, 2024
1 parent cfcc633 commit 682f4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/_snaps/tidyverse.md
Expand Up @@ -10,8 +10,7 @@
v Adding withr to 'Imports' field in DESCRIPTION.
v Adding "@import rlang" to 'R/{TESTPKG}-package.R'.
v Adding "@importFrom glue glue" to 'R/{TESTPKG}-package.R'.
v Adding "@importFrom lifecycle deprecated" to
'R/{TESTPKG}-package.R'.
v Adding "@importFrom lifecycle deprecated" to 'R/{TESTPKG}-package.R'.
v Writing 'NAMESPACE'.
v Writing 'R/import-standalone-purrr.R'.

2 changes: 1 addition & 1 deletion tests/testthat/test-tidyverse.R
Expand Up @@ -17,7 +17,7 @@ test_that("use_tidy_dependencies() isn't overly informative", {

create_local_package()
use_package_doc()
withr::local_options(usethis.quiet = FALSE)
withr::local_options(usethis.quiet = FALSE, cli.width = Inf)

expect_snapshot(
use_tidy_dependencies(),
Expand Down

0 comments on commit 682f4bd

Please sign in to comment.