Skip to content

Commit 52a96cf

Browse files
committed
update test for strat_wilson
1 parent edf7173 commit 52a96cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-ard_categorical_ci.data.frame.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ test_that("ard_categorical_ci(method = 'strat_wilson') NA handling", {
466466
) ,
467467
ard_categorical_ci(
468468
data = data.frame(
469-
rsp = rsp2,
469+
rsp = rsp_na,
470470
strata = interaction(strata_na)
471471
),
472472
variables = rsp,
@@ -502,3 +502,4 @@ test_that("ard_categorical_ci(method = 'strat_wilson') NA handling", {
502502
method = "strat_wilson"
503503
)
504504
)
505+
})

0 commit comments

Comments
 (0)