Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit db3a968

Browse files
committed
Use cacheDir
1 parent 6ecee38 commit db3a968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-updateObject.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_that("bcbioSingleCell", {
44
})
55

66
test_that("v0.1 update", {
7-
invalid <- import(file.path("cache", "bcbioSingleCell_0.1.0.rds"))
7+
invalid <- import(file.path(cacheDir, "bcbioSingleCell_0.1.0.rds"))
88
valid <- updateObject(invalid)
99
expect_s4_class(valid, "bcbioSingleCell")
1010
})

0 commit comments

Comments
 (0)