Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
RiboRings committed May 16, 2024
1 parent 13f1bcf commit 49d27e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/testthat/test-iSEEtree.R
Original file line number Diff line number Diff line change
@@ -6,10 +6,7 @@ test_that("iSEEtree", {
panels <- c(RowDataTable(), ColumnDataTable(), RowTreePlot(),
AbundancePlot(), AbundanceDensityPlot(),
ReducedDimensionPlot(), ComplexHeatmapPlot())

expect_true(any(.is_class_present(panels, "RowTreePlot")))
expect_false(any(.is_class_present(panels, "undefined_class")))


expect_length(.check_panel(tse, panels, "ReducedDimensionPlot", reducedDims), 6)

expect_no_error(iSEE(tse))

0 comments on commit 49d27e2

Please sign in to comment.