Skip to content

Commit

Permalink
another 0 for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Dec 11, 2024
1 parent 95587ec commit c1c1eb3
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 @@ -13614,7 +13614,7 @@ test(1962.0482, forder(L), 3:1)
test(1962.0483, forder(), NULL)
setDT(DT)
test(1962.049, forder(DT[ , 0L]), error = 'Attempting to order a 0-column')
test(1962.050, forder(DT, decreasing = NA), error = base_messages$stopifnot('!is.na(decreasing)'))
test(1962.0500, forder(DT, decreasing = NA), error = base_messages$stopifnot('!is.na(decreasing)'))
test(1962.0510, forder(DT, decreasing = 1.4), error = base_messages$stopifnot('is.logical(decreasing)'))
test(1962.0511, forder(DT, decreasing=logical()), error=base_messages$stopifnot('length(decreasing) > 0L'))
test(1962.052, forder(DT, NULL), 3:1)
Expand Down

0 comments on commit c1c1eb3

Please sign in to comment.