Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 22, 2023
1 parent bc7a323 commit a15c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-glmmTMB.R
Original file line number Diff line number Diff line change
Expand Up @@ -968,5 +968,5 @@ test_that("model_info, ordered beta", {
)
out <- model_info(m)
expect_true(out$is_orderedbeta)
expect_identicl(out$family, "ordbeta")
expect_identical(out$family, "ordbeta")
})

0 comments on commit a15c82e

Please sign in to comment.