We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36e766 commit 09f7c65Copy full SHA for 09f7c65
1 file changed
tests/testthat/helper.R
@@ -7,8 +7,8 @@ create_local_package <- function() {
7
8
withr::defer(envir = parent.frame(), {
9
proj_set(old_project, force = TRUE)
10
- dir_delete(dir)
11
setwd(old_wd)
+ dir_delete(dir)
12
})
13
14
usethis::ui_silence({
0 commit comments