Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Apr 3, 2024
1 parent 77a500b commit 27ab33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-check_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ test_that("`check_model()` no warnings for quasipoisson", {
# Run model
model1 <- glm(y ~ x + offset(log(z)), family = "quasipoisson", data = mock_data)
expect_message(check_model(model1, verbose = TRUE), regex = "Not enough")
expect_silent(check_model(model1))
})

0 comments on commit 27ab33a

Please sign in to comment.