Skip to content

Commit

Permalink
Revert "Fix tests"
Browse files Browse the repository at this point in the history
This reverts commit 5bdd2f4.
  • Loading branch information
gaborcsardi committed Nov 21, 2023
1 parent 5bdd2f4 commit 7814758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cache-dir.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_that("fall back to R_USER_CACHE_DIR via R_user_dir()", {
args <- NULL
mockery::stub(
get_user_cache_dir,
"tools::R_user_dir",
"R_user_dir",
function(...) {
args <<- list(...)
stop("wait")
Expand Down

0 comments on commit 7814758

Please sign in to comment.