Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Jan 16, 2025
1 parent c6bbf6a commit 80d4b70
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/testthat/test-parse_row_filters.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ test_that("throws error for bad types", {
test_that("returns FALSE for length > 1", {
expect_false(
parse_row_filters(list(x = letters)),
) %>%
expect_message(
"Multiple filters were supplied, defaulting to SQL"
)
)
})

test_that("throws error when un-named", {
Expand Down

0 comments on commit 80d4b70

Please sign in to comment.