There was an error while loading. Please reload this page.
1 parent 535a78f commit 2facef9Copy full SHA for 2facef9
1 file changed
tests/testthat/test-sortuse64.R
@@ -28,7 +28,7 @@ with_parameters_test_that("orderfin and orderpos work", method=1:3, {
28
29
partial_order = c(4L, 1L, 5L, 2L) # order of subset of table is 5, 10, 15, 20
30
31
- x_search = as.integer64(c(5L, 10L, 15L, 20L, 25L, 30L,L 99L))
+ x_search = as.integer64(c(5L, 10L, 15L, 20L, 25L, 30L, 99L))
32
33
# reference with full order
34
full_fin = c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, FALSE)
0 commit comments