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

Commit 64da74a

Browse files
committed
Remove warning test; no longer easy to reproduce
1 parent 40d42ff commit 64da74a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/testthat/test-query.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ test_that("get_seurat() returns the appropriate data in Seurat format", {
121121
)
122122
})
123123

124-
test_that("get_SingleCellExperiment() handles the case where not all cells are available", {
125-
get_metadata() |> filter(cell_type_harmonised=="cdc") |> get_SingleCellExperiment(assays = "cpm") |> expect_warning("filtered out")
126-
})
127-
128124
test_that("get_SingleCellExperiment() assigns the right cell ID to each cell", {
129125
id = "3214d8f8986c1e33a85be5322f2db4a9"
130126

0 commit comments

Comments
 (0)