Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 19, 2023
1 parent d3babbf commit 98d3ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-glmmPQL.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ test_that("r2", {
random = ~ 1 | species,
family = "quasibinomial", data = example_dat
)
expect_message(performance_score(mn), regex = "Cant calculate")
expect_message(performance_score(mn), regex = "Can't calculate")
})

0 comments on commit 98d3ed9

Please sign in to comment.