Skip to content

Commit cad10f9

Browse files
fix test
1 parent bed7169 commit cad10f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test_that("styler tests did not use R.cache in user root", {
66
})
77

88
test_that("clear Cache", {
9-
R.cache::clearCache(R.cache::getCachePath("styler"))
9+
R.cache::clearCache(R.cache::getCachePath("styler"), recursive = TRUE)
1010
skip_on_cran()
1111
expect_true(
1212
length(list.dirs(R.cache::getCachePath("styler"))) == 1

0 commit comments

Comments
 (0)