Skip to content

Commit 2facef9

Browse files
oops
1 parent 535a78f commit 2facef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-sortuse64.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ with_parameters_test_that("orderfin and orderpos work", method=1:3, {
2828

2929
partial_order = c(4L, 1L, 5L, 2L) # order of subset of table is 5, 10, 15, 20
3030

31-
x_search = as.integer64(c(5L, 10L, 15L, 20L, 25L, 30L,L 99L))
31+
x_search = as.integer64(c(5L, 10L, 15L, 20L, 25L, 30L, 99L))
3232

3333
# reference with full order
3434
full_fin = c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, FALSE)

0 commit comments

Comments
 (0)