Skip to content

Commit dc21657

Browse files
Force C sorting
1 parent 6af4310 commit dc21657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-GRP.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ set.seed(101)
495495
rdatNA <- na_insert(rdat)
496496

497497
test_that("funique works well", {
498+
withr::local_locale(c(LC_COLLATE = "C"))
498499

499500
expect_equal(funique(rctry), unique(rctry))
500501
expect_equal(funique(rctry, sort = TRUE), sort(unique(rctry)))

0 commit comments

Comments
 (0)