Skip to content

Commit

Permalink
this is intentional
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 28, 2023
1 parent 7aedfd8 commit d4c557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-data_match.R
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,5 @@ test_that("data_filter, slicing works with functions", {
out3 <- data_filter(iris, (Sepal.Width == 3.0) & (Species == "setosa"))
expect_identical(nrow(out3), 6L)

expect_error(data_filter(iris, (Sepal.Width = 3.0) & (Species = "setosa")))
expect_error(data_filter(iris, (Sepal.Width = 3.0) & (Species = "setosa"))) # nolint
})

0 comments on commit d4c557d

Please sign in to comment.