Skip to content

Commit

Permalink
Drop extra test from previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 22, 2024
1 parent 51ba606 commit e26864e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/testthat/test-util.R
Original file line number Diff line number Diff line change
Expand Up @@ -589,18 +589,3 @@ describe("copy_files", {
"have different lengths")
})
})


test_that("can sensibly control quietness", {
withr::with_options(list(orderly.quiet = NULL), {
expect_false(orderly_quiet(NULL))
expect_false(orderly_quiet(FALSE))
expect_true(orderly_quiet(TRUE))
})

withr::with_options(list(orderly.quiet = TRUE), {
expect_true(orderly_quiet(NULL))
expect_false(orderly_quiet(FALSE))
expect_true(orderly_quiet(TRUE))
})
})

0 comments on commit e26864e

Please sign in to comment.