Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ydT committed Dec 10, 2023
1 parent 06628b7 commit 0f36647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ test_that("group_split() works for one variable", {

test_that("group_split() works for combination of variables", {
fd <- pbmc_small |>
group_split(groups, ident)
group_split(groups, letter.idents)
expect_equal(length(fd), length(unique(pbmc_small$groups)) *
length(unique(pbmc_small)))
length(unique(pbmc_small$letter.idents)))
})

test_that("group_split() works for one logical statement", {
Expand Down

0 comments on commit 0f36647

Please sign in to comment.