Skip to content

Commit

Permalink
need lax=FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 5, 2023
1 parent 5c6b684 commit 432c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-absolute_path_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ test_that("lints vectorize", {
list(lint_msg, line_number = 2L),
list(lint_msg, line_number = 4L)
),
absolute_path_linter()
absolute_path_linter(lax = FALSE)
)
})

0 comments on commit 432c4e8

Please sign in to comment.