Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Jun 10, 2024
1 parent f7f3a11 commit 1b0c6be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/test-nonstandard.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ test_that("character", {
chop(x, br)
)

withr::with_options(list(santoku.warn_character = FALSE),
expect_silent(
chop(x, br)
)
withr::local_options(santoku.warn_character = FALSE)

expect_silent(
chop(x, br)
)

# here, we think there should *always* be a warning
Expand Down

0 comments on commit 1b0c6be

Please sign in to comment.