Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 29, 2023
1 parent 4aeb626 commit ca62b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-binned_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ test_that("binned_residuals, msg for non-bernoulli", {

mod <- glm(prop ~ x1,
family = binomial,
data = df,
data = dat,
weights = tot
)

Expand Down

0 comments on commit ca62b91

Please sign in to comment.