Skip to content

Commit a699e86

Browse files
rm redundant test
1 parent 46636e8 commit a699e86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inst/tests/mergelist.Rraw

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,4 @@ local({
8080
test(13.06, ii, lapply(l, indices)) ## this tests that original indices have not been touched, shallow_duplicate in mergeIndexAttrib
8181
ans = cbindlist(list(data.table(a=1:2), data.table(b=3:4, key="b")))
8282
test(13.07, ans, data.table(a=1:2, b=3:4, key="b"))
83-
test(13.08, key(ans), "b")
8483
})

0 commit comments

Comments
 (0)