Skip to content

Commit 91ec5a3

Browse files
committed
Remove no longer needed code
1 parent 5f080a6 commit 91ec5a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testthat/test-expect-setequal.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ test_that("ignores order", {
5454
})
5555

5656
test_that("ignores order recursively", {
57-
local_edition(3)
5857
x <- list(outer_1 = 1, outer_2 = list(inner_1 = 1, inner_2 = 2))
5958
y <- list(outer_2 = list(inner_2 = 2, inner_1 = 1), outer_1 = 1)
6059
expect_success(expect_mapequal(x, y))

0 commit comments

Comments
 (0)