Skip to content

Commit

Permalink
Update tests/testthat/test-InMemoryAnnData.R
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Zappia <[email protected]>
  • Loading branch information
rcannood and lazappi authored Nov 14, 2024
1 parent 8e65a2b commit d0d342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-InMemoryAnnData.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_that("with empty var", {
expect_identical(ad$shape(), c(10L, 0L))
})

test_that("with only X, no obs or var", {
test_that("Creating AnnData works with only X, no obs or var", {
X <- dummy$X
dimnames(X) <- list(
rownames(dummy$obs),
Expand Down

0 comments on commit d0d342b

Please sign in to comment.