Skip to content

Commit

Permalink
Also reduce link deprecation warning message in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvig committed Oct 12, 2022
1 parent 6b756fb commit d5196ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_cross_validate.R
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ test_that("the expected errors are thrown by cross_validate()", {
link = "probit", REML = FALSE, verbose = FALSE,
positive = 1
),
"The `link` argument of `cross_validate()` was deprecated in cvms 1.0.0 and is now defunct.",
"The `link` argument of `cross_validate()` was deprecated",
fixed = TRUE
))

Expand Down

0 comments on commit d5196ea

Please sign in to comment.