Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 19, 2023
1 parent f554db5 commit 2babedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-describe_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ test_that("describe_distribution regex", {

# formatting ------------------------------
test_that("describe_distribution formatting", {
skip_if_not_installed("bayestestR")
data(iris)
x <- describe_distribution(iris$Sepal.Width, quartiles = TRUE)
expect_snapshot(format(x))
Expand Down

0 comments on commit 2babedb

Please sign in to comment.