Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 20, 2023
1 parent 4f5fd19 commit 204655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-survey.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ withr::with_environment(
new.env(),
test_that("model_parameters svytable", {
# svychisq is called in model_parameters
svychisq <- survey::svychisq
svychisq <<- survey::svychisq

data(api, package = "survey")
dclus1 <- survey::svydesign(id = ~dnum, weights = ~pw, data = apiclus1, fpc = ~fpc)
Expand Down

0 comments on commit 204655f

Please sign in to comment.