Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Nov 10, 2021
1 parent 1559cb2 commit 447dd75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ test_that("fromList - distinctIntersection", {

cc <- u %>% getCombinations()
expect_equal(length(cc), 7)
expect_set(cc[[1]], "one", 9)
expect_set(cc[[2]], "three", 9)
expect_set(cc[[3]], "two", 5)
expect_set(cc[[1]], "one", 2)
expect_set(cc[[2]], "three", 2)
expect_set(cc[[3]], "two", 1)
expect_set(cc[[4]], "one&three", 4)
expect_set(cc[[5]], "one&two", 1)
expect_set(cc[[6]], "three&two", 1)
Expand Down

0 comments on commit 447dd75

Please sign in to comment.