Skip to content

Commit

Permalink
get tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Apr 5, 2024
1 parent 8a23a3a commit fc356e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testthat/test-DiabImmune.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@
test_that("DiabImmune is sane", {
expect_s4_class(microbiomeData::DiabImmune, "MbioDataset")
expect_true(length(microbiomeData::DiabImmune@collections) > 0)

genus <- MicrobiomeDB::getCollection(microbiomeData::DiabImmune, "16S Genus")
expect_s4_class(genus, "Collection")
expect_true(length(genus@data) > 0)
})

0 comments on commit fc356e0

Please sign in to comment.