Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Dec 14, 2023
1 parent 2a797f8 commit f885355
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/testthat/test-backport_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ test_that("backport_linter detects backwards-incompatibility", {
backport_linter("oldrel")
)

expect_error(backport_linter("oldrel-99"), "`r_version` must be a version number or one of")
expect_error(
backport_linter("oldrel-99"),
"'oldrel-99' must be a version number or one of"
)

expect_lint(
"numToBits(2)",
Expand Down

0 comments on commit f885355

Please sign in to comment.