Skip to content

Commit da7a299

Browse files
committed
fix test num
1 parent 621d5f5 commit da7a299

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
@@ -1415,8 +1415,8 @@ test(483.4, DT$baz, c(1L,1L,1L))
14151415
DT[[5]] = 9L
14161416
test(438.5, truelength(DT), tl+3L)
14171417
DT[[1,"qux"]] = 10L
1418-
test(438.4, truelength(DT), tl+3L)
1419-
test(438.5, DT, data.table(a=1:3,b=4:6,foo=7L,bar=8L,baz=9L,qux=c(10L,NA_integer_,NA_integer_)))
1418+
test(438.6, truelength(DT), tl+3L)
1419+
test(438.7, DT, data.table(a=1:3,b=4:6,foo=7L,bar=8L,baz=9L,qux=c(10L,NA_integer_,NA_integer_)))
14201420

14211421
# Test rbind works by colname now, for consistency with base, FR#1634
14221422
DT = data.table(a=1:3,b=4:6)

0 commit comments

Comments
 (0)