Skip to content

Commit c1c1eb3

Browse files
another 0 for consistency
1 parent 95587ec commit c1c1eb3

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
@@ -13614,7 +13614,7 @@ test(1962.0482, forder(L), 3:1)
1361413614
test(1962.0483, forder(), NULL)
1361513615
setDT(DT)
1361613616
test(1962.049, forder(DT[ , 0L]), error = 'Attempting to order a 0-column')
13617-
test(1962.050, forder(DT, decreasing = NA), error = base_messages$stopifnot('!is.na(decreasing)'))
13617+
test(1962.0500, forder(DT, decreasing = NA), error = base_messages$stopifnot('!is.na(decreasing)'))
1361813618
test(1962.0510, forder(DT, decreasing = 1.4), error = base_messages$stopifnot('is.logical(decreasing)'))
1361913619
test(1962.0511, forder(DT, decreasing=logical()), error=base_messages$stopifnot('length(decreasing) > 0L'))
1362013620
test(1962.052, forder(DT, NULL), 3:1)

0 commit comments

Comments
 (0)