Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 78b8c0f

Browse files
committed
fix testthat for ubuntu env
1 parent b15b7a7 commit 78b8c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test_that("get_default_cache_dir() returns the correct directory on Linux", {
1919
grepl("linux", version$platform, fixed = TRUE) |>
2020
skip_if_not()
2121

22-
"~/.cache/R/CuratedAtlasQueryR" |>
22+
"~/.cache/R/CuratedAtlasQueryR/0.2.1" |>
2323
normalizePath() |>
2424
expect_equal(
2525
get_default_cache_dir(),

0 commit comments

Comments
 (0)