Skip to content

Commit

Permalink
Remove now-unneeded ungroup() call
Browse files Browse the repository at this point in the history
No longer needed thanks to apache#14160 and @eitsupi's work
  • Loading branch information
amoeba committed Oct 8, 2022
1 parent 506841b commit 5e0a0b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r/tests/testthat/test-dplyr-arrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ test_that("arrange() on integer, double, and character columns", {
.input %>%
group_by(grp) %>%
arrange(.by_group = TRUE) %>%
ungroup() %>%
pull(grp) %>%
as.vector(),
tbl
Expand Down

0 comments on commit 5e0a0b7

Please sign in to comment.