Skip to content

Commit 7fb0f8e

Browse files
missing ')'
Co-authored-by: Jan Gorecki <[email protected]>
1 parent 035ee56 commit 7fb0f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/mergelist.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ local({
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
8181
})
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"))
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"))
8383
test(13.08, cbindlist(list(data.table(a=1:2, key="a"), data.table(b=3:4, key="b"))), data.table(a=1:2, b=3:4, key=c("a", "b")))

0 commit comments

Comments
 (0)