Skip to content

Commit

Permalink
remove length warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 16, 2024
1 parent db93b78 commit f891338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ test_that("pair.ia can plot p-values", {
expect_is(p1, "ggplot")
expect_is(p2, "ggplot")
# The previous plot is not the same as the current plot
expect_failure(expect_identical(p1$data, p2$data))
expect_failure(expect_equal(dim(p1$data), dim(p2$data)))
})

context("diversity_ci plots")
Expand Down

0 comments on commit f891338

Please sign in to comment.