Skip to content

Commit

Permalink
no_warning not nowarning
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Dec 19, 2024
1 parent e76c204 commit 268c29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-make-seurat.R
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ test_that("conversion works with 1 feature altExps", {


# test v3 conversion does not add a row
expect_nowarning(seurat_obj <- sce_to_seurat(sce, use_symbols = FALSE, seurat_assay_version = "v3"))
expect_no_warning(seurat_obj <- sce_to_seurat(sce, use_symbols = FALSE, seurat_assay_version = "v3"))
expect_s4_class(seurat_obj, "Seurat")

expect_setequal(names(seurat_obj@assays), c("RNA", "spliced", "alt1"))
Expand Down

0 comments on commit 268c29a

Please sign in to comment.