Skip to content

Commit cf43b2a

Browse files
committed
Typo in tests
1 parent 157c3a7 commit cf43b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-utilities.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ test_that("get_count_datasets works", {
286286
se1 <- se
287287
rownames(se1) <- paste0("G", c(1, 2, 1))
288288
expect_error(cds <- get_count_datasets(se1), "some row names are duplicated")
289-
expect_true(check_if_any_dimnames_duplicated(se1, dim = "cols"))
290-
expect_false(check_if_any_dimnames_duplicated(se1, dim = "rows"))
289+
expect_false(check_if_any_dimnames_duplicated(se1, dim = "cols"))
290+
expect_true(check_if_any_dimnames_duplicated(se1, dim = "rows"))
291291

292292
# All assays + SE have duplicated colnames
293293
se1 <- se

0 commit comments

Comments
 (0)