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 Jan 23, 2024
1 parent abb2e1c commit 0c00842
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/testthat/test-ard_proportion_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ test_that("ard_proportion_ci(method='strat_wilson') works", {
expect_error(
ard_proportion_ci_strat_wilson <-
ard_proportion_ci(
data = data.frame(
rsp = rsp,
strata = interaction(strata_data)
data = data.frame(
rsp = rsp,
strata = interaction(strata_data)
),
variables = rsp,
strata = strata,
weights = weights,
method = "strat_wilson"
),
variables = rsp,
strata = strata,
weights = weights,
method = "strat_wilson"
),
NA
)
expect_snapshot(ard_proportion_ci_strat_wilson)
Expand Down

0 comments on commit 0c00842

Please sign in to comment.