Skip to content

Commit

Permalink
test oops
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Oct 13, 2014
1 parent aa3e3b3 commit 179032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-joins.r
Expand Up @@ -300,6 +300,6 @@ test_that("JoinFactorFactorVisitor_SameLevels preserve levels order (#675)",{

res <- inner_join(group_by(input, g1), group_by(output, g1))
expect_equal( levels(res$g1), levels(input$g1))
expect_equal( levels(res$g2), levels(input$g2))
expect_equal( levels(res$g2), levels(output$g2))
})

0 comments on commit 179032c

Please sign in to comment.