Skip to content

Commit fa084b7

Browse files
committed
fix test
1 parent a371b0c commit fa084b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-visualization_functions.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ test_that("`UpSet_plot()` produces a ggplot object", {
475475
# No genes in "Up_regulated"
476476
res_df <- RA_output
477477
res_df$Up_regulated <- ""
478-
expect_is(p <- term_gene_heatmap(UpSet_plot, num_terms = 3), "ggplot")
478+
expect_is(p <- UpSet_plot(res_df, num_terms = 3), "ggplot")
479479

480480
# use_description = TRUE
481481
expect_is(p <- UpSet_plot(RA_output, use_description = TRUE), "ggplot")

0 commit comments

Comments
 (0)