Skip to content

Commit

Permalink
remove broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstolz committed Mar 23, 2022
1 parent 7d6152c commit 1b28ad3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/testthat/test-select_transcripts.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@ test_that("check that standard model is generated correctly", {
expect_equal(length(select_transcripts("standard")), length(transcripts$standard))
})

test_that("check that TOP1500 (caps) is generated correctly", {
expect_equal(length(select_transcripts("TOP1500")), length(transcripts$tx1500))
})

test_that("check that cell component with all caps is generated correctly", {
expect_equal(length(select_transcripts("CELL_COMPONENT")), length(transcripts$cell_component))
})

test_that("check that STANDARD (caps) model is generated correctly", {
expect_equal(length(select_transcripts("STANDARD")), length(transcripts$standard))
})

0 comments on commit 1b28ad3

Please sign in to comment.