Skip to content

Commit

Permalink
Use new public option name "rlib_message_verbosity"
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed May 4, 2021
1 parent 7ff9791 commit 03a8453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-devmode.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("devmode can be turned on while _testing_ is disabled and check messag
TESTTHAT = "false"
))
# force inform to always generate signal
options(`rlang:::message_always` = TRUE)
options(rlib_message_verbosity = "verbose")

expect_equal(getOption("shiny.devmode", "default"), "default")
expect_equal(getOption("shiny.devmode.verbose", "default"), "default")
Expand Down

0 comments on commit 03a8453

Please sign in to comment.