Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 5, 2024
1 parent 6b34dc7 commit b7e5499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-which_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ test_that("which_linter ignores valid which min/max usages", {
expect_lint("min(which(x > 0L))", NULL, linter)
expect_lint("max(which(x > 0L))", NULL, linter)
expect_lint("# which(x == min(x))", NULL, linter)

})

test_that("which_linter identifies which(x == min(x)) pattern", {
Expand Down Expand Up @@ -74,4 +73,3 @@ test_that("lints vectorize", {
which_linter()
)
})

0 comments on commit b7e5499

Please sign in to comment.