Skip to content

Commit

Permalink
Allow test to work with dev and released dplyr
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 9, 2016
1 parent e0114f4 commit 35de85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-unnest.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_that("unnesting row binds data frames", {

test_that("elements must all be of same type", {
df <- data_frame(x = list(1, "a"))
expect_error(unnest(df), "incompatible type")
expect_error(unnest(df), "(incompatible type)|(numeric to character)")
})

test_that("can't combine vectors and data frames", {
Expand Down

0 comments on commit 35de85a

Please sign in to comment.