Skip to content

Commit

Permalink
add max.iterations argument for strat_wilson tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zdz2101 committed May 29, 2024
1 parent c0695aa commit b38dc27
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 @@ -84,6 +84,7 @@ test_that("ard_proportion_ci(method='strat_wilson') works", {
variables = rsp,
strata = strata,
weights = weights,
max.iterations = 10,
method = "strat_wilson"
),
NA
Expand All @@ -100,6 +101,7 @@ test_that("ard_proportion_ci(method='strat_wilson') works", {
variables = rsp,
strata = strata,
weights = weights,
max.iterations = 10,
method = "strat_wilsoncc"
),
NA
Expand Down

0 comments on commit b38dc27

Please sign in to comment.