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

Commit c55e9ab

Browse files
committed
Permanent fix for failing test
1 parent f6b9043 commit c55e9ab

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
@@ -131,7 +131,7 @@ test_that("get_SingleCellExperiment() assigns the right cell ID to each cell", {
131131

132132
# Load the SCE from cache directly
133133
assay_1 = CuratedAtlasQueryR:::get_default_cache_dir() |>
134-
file.path("0.2/original", id) |>
134+
file.path(CuratedAtlasQueryR:::COUNTS_VERSION, "original", id) |>
135135
HDF5Array::loadHDF5SummarizedExperiment() |>
136136
assay("X") |>
137137
as.matrix()

0 commit comments

Comments
 (0)