Skip to content

Commit

Permalink
Merge pull request #738 from r-lib/set-snapshot-width
Browse files Browse the repository at this point in the history
Fix flaky snapshot test
  • Loading branch information
gaborcsardi authored Oct 25, 2024
2 parents 617334d + 382fa12 commit 7ca06ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-progress-types.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ test_that("tasks", {
cli.spinner = NULL,
cli.spinner_unicode = NULL,
cli.progress_format_tasks = NULL,
cli.progress_format_tasks_nototal= NULL
cli.progress_format_tasks_nototal= NULL,
cli.width = Inf
)

fun <- function() {
Expand Down

0 comments on commit 7ca06ff

Please sign in to comment.