Skip to content

Commit

Permalink
bad copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 11, 2024
1 parent efa7e2c commit 63fce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -20704,4 +20704,4 @@ DT = data.table(a=rep(1:3, 4), b=rep(1:2, 6))
test(2301.1, DT[order(a, method="auto")], error="no support for sorting by method='auto'")
test(2301.2, DT[order(a, b, decreasing=c(TRUE, FALSE))], DT[order(-a, b)])
test(2301.3, DT[order(a, -b, decreasing=c(TRUE, TRUE))], error="Mixing '-' with vector decreasing")
test(2301.4, DT[order(a, -b, decreasing=c(TRUE, TRUE, FALSE))], error="decreasing= has length 3")
test(2301.4, DT[order(a, b, decreasing=c(TRUE, TRUE, FALSE))], error="decreasing= has length 3")

0 comments on commit 63fce19

Please sign in to comment.