Skip to content

Commit 4a96f80

Browse files
committed
change test numbering
1 parent 6fd0907 commit 4a96f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19244,6 +19244,6 @@ test(2290.4, DT[, `:=`(a = 2, c := 3)], error="It looks like you re-used `:=` in
1924419244

1924519245
# re-overallocate in set if quota is reached #496 #4100
1924619246
DT = data.table()
19247-
test(2235.1, options=c(datatable.alloccol=1L), {for (i in seq(10L)) set(DT, j = paste0("V",i), value = i); ncol(DT)}, 10L)
19247+
test(2291.1, options=c(datatable.alloccol=1L), {for (i in seq(10L)) set(DT, j = paste0("V",i), value = i); ncol(DT)}, 10L)
1924819248
DT = structure(list(a = 1, b = 2), class = c("data.table", "data.frame"))
19249-
test(2235.2, options=c(datatable.alloccol=1L), set(DT, j="c", value=3), data.table(a=1, b=2, c=3))
19249+
test(2291.2, options=c(datatable.alloccol=1L), set(DT, j="c", value=3), data.table(a=1, b=2, c=3))

0 commit comments

Comments
 (0)