Skip to content

Commit 97e42ed

Browse files
committed
fix testnum
1 parent 24ae02b commit 97e42ed

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
@@ -13704,7 +13704,7 @@ test(1962.055, fsort(as.double(DT$a), internal = TRUE),
1370413704
# coverage for fsort #7239
1370513705
set.seed(1)
1370613706
x = as.double(sample(0:(2^20), size = 1e6, replace = TRUE))
13707-
test(1962.056, sort(x), fsort(x))
13707+
test(1962.0551, sort(x), fsort(x))
1370813708

1370913709
l = as.list(DT)
1371013710
test(1962.056, setorder(l, a), error = 'x must be a data.frame or data.table')

0 commit comments

Comments
 (0)