Skip to content

Commit

Permalink
Quiet test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 6, 2022
1 parent 026b9f8 commit e16c5d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-retired-invoke.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ test_that("invoke() follows promises to find the evaluation env", {
# invoke_map --------------------------------------------------------------

test_that("invoke_map() works with bare function", {
local_options(lifecycle_verbosity = "quiet")

data <- list(1:2, 3:4)

expected <- list("1 2", "3 4")
Expand Down

0 comments on commit e16c5d4

Please sign in to comment.