Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Jan 28, 2025
1 parent aa05ac7 commit 9792001
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 @@ -81,7 +81,7 @@ test_that("arguments handle trailing assignment operators correctly", {
expect_lint("x <<-\ny", rex::rex("<<- should not be trailing"), linter)
expect_warning(
expect_lint(
"x <<-\ny",
"x <<-\ny",
list(
rex::rex("Replace <<- by assigning to a specific environment"),
rex::rex("Assignment <<- should not be trailing")
Expand Down

0 comments on commit 9792001

Please sign in to comment.