Skip to content

Commit 63fce19

Browse files
bad copy-paste
1 parent efa7e2c commit 63fce19

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
@@ -20704,4 +20704,4 @@ DT = data.table(a=rep(1:3, 4), b=rep(1:2, 6))
2070420704
test(2301.1, DT[order(a, method="auto")], error="no support for sorting by method='auto'")
2070520705
test(2301.2, DT[order(a, b, decreasing=c(TRUE, FALSE))], DT[order(-a, b)])
2070620706
test(2301.3, DT[order(a, -b, decreasing=c(TRUE, TRUE))], error="Mixing '-' with vector decreasing")
20707-
test(2301.4, DT[order(a, -b, decreasing=c(TRUE, TRUE, FALSE))], error="decreasing= has length 3")
20707+
test(2301.4, DT[order(a, b, decreasing=c(TRUE, TRUE, FALSE))], error="decreasing= has length 3")

0 commit comments

Comments
 (0)