From fbd938ffd7d6815c964250535101796bf05cf0e1 Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Sat, 25 May 2024 09:22:33 -0700 Subject: [PATCH] Update test-ard_proportion_ci.R --- tests/testthat/test-ard_proportion_ci.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testthat/test-ard_proportion_ci.R b/tests/testthat/test-ard_proportion_ci.R index 3c3f71e12..0125ea835 100644 --- a/tests/testthat/test-ard_proportion_ci.R +++ b/tests/testthat/test-ard_proportion_ci.R @@ -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", {