Skip to content

Commit

Permalink
Update heatmap test
Browse files Browse the repository at this point in the history
  • Loading branch information
willgryan committed Apr 4, 2024
1 parent 7d0c9a1 commit c88753f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-PAVER_hunter_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ test_that("PAVER_hunter_plot works correctly", {
p <- PAVER_hunter_plot(result)

# Verify the function runs and produces a ggplot object
expect_s4_class(p, "HeatmapList")
expect_s3_class(p, "gg")
})

0 comments on commit c88753f

Please sign in to comment.