Skip to content

Commit 7b7cd9e

Browse files
committed
committed error test
1 parent f8f3d9c commit 7b7cd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plot_hist.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ test_that("plot_hist produces a plot", {
66
freq = TRUE)
77
expect_visible(p)
88
expect_type(p, "list")
9-
expect_s3_class(p, "histogram")
9+
expect_s3_class(p, "histgram")
1010
})

0 commit comments

Comments
 (0)