Skip to content

Commit 1a2e384

Browse files
dplyr no longer marks its errors with class "dplyr_error" (#11)
Thank you for highlighting this and for the fix! Very much appreciated.
1 parent c5706b4 commit 1a2e384

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testthat/test-filter_scoped.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ test_that("filter fails with incorrect statement", {
2323
expect_error(filter_scoped(iris,
2424
"Spec == 'setosa'",
2525
scope_at = NULL
26-
),
27-
class = "dplyr_error"
28-
)
26+
))
2927
})
3028

3129

0 commit comments

Comments
 (0)