Skip to content

Commit b7bae6f

Browse files
committed
1 parent 40da043 commit b7bae6f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/testthat/test-vis_gene.R

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,8 @@ test_that("vis_gene", {
4646

4747
# Trivially check success with legitimate input
4848
expect_true(
49-
all(
50-
c("gg", "ggplot") %in%
51-
class(
52-
vis_gene(spe, geneid = c("sum_umi", rownames(spe)[1]))
53-
)
49+
ggplot2::is_ggplot(
50+
vis_gene(spe, geneid = c("sum_umi", rownames(spe)[1]))
5451
)
5552
)
5653

0 commit comments

Comments
 (0)