Skip to content

Commit 73f25fc

Browse files
committed
Drop last usethis::ui_ helper
Fixes #2585
1 parent 119c46f commit 73f25fc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/testthat/helper.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
local_package_create <- function(envir = parent.frame()) {
33
dir <- withr::local_tempdir(.local_envir = envir)
44

5-
usethis::ui_silence({
6-
create_package(dir, rstudio = FALSE, open = FALSE, check_name = FALSE)
7-
})
5+
withr::local_options(usethis.quiet = TRUE)
6+
create_package(dir, rstudio = FALSE, open = FALSE, check_name = FALSE)
87

98
dir
109
}

0 commit comments

Comments
 (0)