Skip to content

Commit

Permalink
Update test-describe_posterior.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 2, 2023
1 parent ef7b1d4 commit 51279ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-describe_posterior.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ test_that("describe_posterior", {
rez <- describe_posterior(x, centrality = "all", dispersion = TRUE, test = "all")
expect_equal(dim(rez), c(1, 23))
rez <- describe_posterior(x, centrality = "all", dispersion = TRUE, test = "all", ci = c(0.8, 0.9))
expect_equal(dim(rez), c(2, 16))
expect_equal(dim(rez), c(2, 23))
rez <- describe_posterior(x, centrality = NULL, dispersion = TRUE, test = NULL, ci_method = "quantile")
expect_equal(dim(rez), c(1, 7))
})
Expand Down

0 comments on commit 51279ad

Please sign in to comment.