Skip to content

Commit

Permalink
Update test-ard_proportion_ci.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed May 25, 2024
1 parent 13b0389 commit fbd938f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-ard_proportion_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ test_that("ard_proportion_ci() works", {
)[c("estimate", "conf.low", "conf.high")],
proportion_ci_wald(mtcars$cyl[mtcars$am == 0] == 10, correct = TRUE)[c("estimate", "conf.low", "conf.high")]
)
# checking structure
expect_silent(cards::check_ard_structure(ard_factor))
})

test_that("ard_proportion_ci(method='strat_wilson') works", {
Expand Down

0 comments on commit fbd938f

Please sign in to comment.