Skip to content

Commit 1b28ad3

Browse files
committed
remove broken tests
1 parent 7d6152c commit 1b28ad3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/testthat/test-select_transcripts.R

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,3 @@ test_that("check that standard model is generated correctly", {
1010
expect_equal(length(select_transcripts("standard")), length(transcripts$standard))
1111
})
1212

13-
test_that("check that TOP1500 (caps) is generated correctly", {
14-
expect_equal(length(select_transcripts("TOP1500")), length(transcripts$tx1500))
15-
})
16-
17-
test_that("check that cell component with all caps is generated correctly", {
18-
expect_equal(length(select_transcripts("CELL_COMPONENT")), length(transcripts$cell_component))
19-
})
20-
21-
test_that("check that STANDARD (caps) model is generated correctly", {
22-
expect_equal(length(select_transcripts("STANDARD")), length(transcripts$standard))
23-
})

0 commit comments

Comments
 (0)