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 539e6e3 commit cef54e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-binned_residuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ test_that("binned_residuals, msg for non-bernoulli", {
weights = tot
)

expect_message(binned_residuals(mod1), regex = "Using `ci_type = \"gaussian\"`")
expect_silent(binned_residuals(mod1, verbose = FALSE))
expect_message(binned_residuals(mod), regex = "Using `ci_type = \"gaussian\"`")
expect_silent(binned_residuals(mod, verbose = FALSE))
})

0 comments on commit cef54e1

Please sign in to comment.