Skip to content

Commit

Permalink
Merge pull request #1 from teunbrand/ggplot2_3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jansteinfeld committed Jan 19, 2024
2 parents aa13b57 + c4820a4 commit 52ed13f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-tmt_gmc.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ class(plot_class) <- "mst"
context("test-tmt_gmc")
# -----------------------------------------------------------------
test_that("tmt_gmc data structure", {
expected_length <- length(ggplot2::ggplot())
expect_type(p,"list")
expect_that(length(p), equals(9))
expect_length(p, expected_length)
})
test_that("tmt_gmc class", {
expect_is(
Expand Down

0 comments on commit 52ed13f

Please sign in to comment.