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 c3db199 commit cb94568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ard_proportion_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_that("ard_proportion_ci(method='strat_wilson') works", {
stringsAsFactors = TRUE
)

weights <- 1:6 /sum(1:6)
weights <- 1:6 / sum(1:6)

expect_snapshot(
ard_proportion_ci(
Expand Down

0 comments on commit cb94568

Please sign in to comment.