Skip to content

Commit

Permalink
correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
ayogasekaram committed Jun 25, 2024
1 parent 8024084 commit 82a1a2f
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 82a1a2f

Please sign in to comment.