Skip to content

Commit

Permalink
using dplyr:::dfloc
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Jan 3, 2014
1 parent 43077ba commit b7d49d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/test-group-by.r
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test_that("group_by uses shallow copy", {
m1 <- group_by(mtcars, cyl)
expect_true(is.null(groups(mtcars)))

dfloc <- dplyr::dfloc
dfloc <- dplyr:::dfloc
expect_equal(dfloc(mtcars), dfloc(m1))

})
Expand Down

0 comments on commit b7d49d9

Please sign in to comment.