Skip to content

Commit a67e0ff

Browse files
adding tests
1 parent 3aaa7a8 commit a67e0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21047,7 +21047,7 @@ test(2305, { fread(testDir("issue_6729.txt.bz2")); TRUE })
2104721047
# Test for covering classes[col_name] <- "index"
2104821048
DT = data.table(A = 1:3, B = 4:6)
2104921049
setindex(DT, A)
21050-
test(2306.1, DT, data.table(A = 1:3, B = 4:6, key = "A"))
21050+
test(2306.1, DT, data.table(A = 1:3, B = 4:6))
2105121051
# Test for covering if (is.list(cls)) cls <- unlist(cls)
2105221052
DT = data.table(A = 1:3, B = list(NULL, NULL, NULL))
2105321053
test(2306.2, DT, data.table(A = 1:3, B = list(NULL, NULL, NULL)))

0 commit comments

Comments
 (0)