Skip to content

Commit

Permalink
final.final expect_s4_class test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Dec 20, 2023
1 parent ecf94fb commit 4f61572
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/test-merge_sce_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,7 @@ test_that("build_na_matrix works as expected",{
cols
)

expect_true(
is(sparse_mat, "dgCMatrix")
)
expect_s4_class(sparse_mat, "sparseMatrix")

expect_equal(
rownames(sparse_mat), rows
Expand Down

0 comments on commit 4f61572

Please sign in to comment.