Skip to content

Commit

Permalink
trailing ws
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Feb 3, 2025
1 parent caf576c commit abb2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-assignment_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ test_that("Deprecated arguments work & warn as intended", {
linter_yes_right_no_trailing <- assignment_linter(allow_right_assign = TRUE, allow_trailing = FALSE)
})
expect_warning(regexp = "allow_pipe_assign", {
linter_yes_pipe <- assignment_linter(allow_pipe_assign = TRUE)
linter_yes_pipe <- assignment_linter(allow_pipe_assign = TRUE)
})

expect_lint(
Expand Down

0 comments on commit abb2661

Please sign in to comment.