We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f3d9c commit 7b7cd9eCopy full SHA for 7b7cd9e
tests/testthat/test-plot_hist.R
@@ -6,5 +6,5 @@ test_that("plot_hist produces a plot", {
6
freq = TRUE)
7
expect_visible(p)
8
expect_type(p, "list")
9
- expect_s3_class(p, "histogram")
+ expect_s3_class(p, "histgram")
10
})
0 commit comments