Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Aug 30, 2022
1 parent 0beb201 commit 9807a22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-data_match.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ test_that("data_filter works like slice", {
expect_equal(out, mtcars[5:10, ], ignore_attr = TRUE)
})

## TODO These tests doesn't work from test-environment

test_that("data_filter gives informative message on errors", {
expect_error(
data_filter(mtcars, "mpg > 10 || cyl = 4"),
Expand Down

0 comments on commit 9807a22

Please sign in to comment.