Skip to content

Commit

Permalink
Fix flaky snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Oct 25, 2024
1 parent 617334d commit 382fa12
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 382fa12

Please sign in to comment.