Skip to content

Commit

Permalink
Merge branch 'svy-ard_categorical_unit_tests' of https://github.com/i…
Browse files Browse the repository at this point in the history
…nsightsengineering/cardx into svy-ard_categorical_unit_tests
  • Loading branch information
ddsjoberg committed Jun 25, 2024
2 parents 61673e3 + 82a1a2f commit 93dd064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-ard_dichotomous.survey.design.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ test_that("ard_dichotomous.survey.design() works", {
ard_dichotomous(svy_dicho,
by = vs,
variables = c(cyl, am),
value = list(cyl = 4)),
value = list(cyl = 4),
denominator = "row"),
NA
)
expect_invisible(cards::check_ard_structure(ard_dichotomous_row, method = FALSE))
Expand Down

0 comments on commit 93dd064

Please sign in to comment.