Skip to content

Commit 5e9e7b3

Browse files
authored
Merge pull request #760 from MichaelChirico/patch-1
Force C sorting in another test-GRP test
2 parents 6af4310 + dc21657 commit 5e9e7b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-GRP.R

+1
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)