We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c1266 commit 3fc5a19Copy full SHA for 3fc5a19
tests/testthat/test-drop_na.R
@@ -50,5 +50,5 @@ test_that("errors are raised", {
50
df <- data_frame(x = c(1, 2, NA), y = c("a", NA, "b"))
51
expect_error(tidyr::drop_na_(df, NULL), "not a character vector")
52
expect_error(tidyr::drop_na_(df, 1), "not a character vector")
53
- expect_error(tidyr::drop_na_(df, "z"), "Unknown column")
+ expect_error(tidyr::drop_na_(df, "z"))
54
})
0 commit comments