Skip to content

Commit

Permalink
fix lint message (merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 9, 2023
1 parent 792904c commit ce0cfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-unreachable_code_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ test_that("function shorthand is handled", {
"),
list(
line_number = 3L,
message = rex::rex("Code and comments coming after a top-level return() or stop()")
message = rex::rex("Code and comments coming after a return() or stop()")
),
unreachable_code_linter()
)
Expand Down

0 comments on commit ce0cfa9

Please sign in to comment.