Skip to content

Commit 7d0faab

Browse files
no local() block needed anymore
1 parent a699e86 commit 7d0faab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inst/tests/mergelist.Rraw

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,5 @@ local({
7878
test(13.04, key(ans), "id1")
7979
test(13.05, indices(ans), c("id1", "id2", "id3", "id1__id2__id3", "id6", "id7", "id9"))
8080
test(13.06, ii, lapply(l, indices)) ## this tests that original indices have not been touched, shallow_duplicate in mergeIndexAttrib
81-
ans = cbindlist(list(data.table(a=1:2), data.table(b=3:4, key="b")))
82-
test(13.07, ans, data.table(a=1:2, b=3:4, key="b"))
8381
})
82+
test(13.07, cbindlist(list(data.table(a=1:2), data.table(b=3:4, key="b")), data.table(a=1:2, b=3:4, key="b"))

0 commit comments

Comments
 (0)