Skip to content

Commit a8dbaef

Browse files
authored
Merge pull request #815 from MichaelChirico/patch-1
2 parents 37c4fec + d3b07bc commit a8dbaef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/testthat/test-GRP.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ test_that("GRP <> factor conversions run seamlessly", {
232232
# could also do qG to GRP, but qG is same as factor.. and is a programmers function anyway..
233233

234234
test_that("qF and qG work as intended", {
235+
withr::local_locale(c(LC_COLLATE = "C"))
235236

236237
af <- lapply(wlddev2, function(x) as.factor(x))
237238
expect_equal(af[!fact_vars(wlddev2, "logical")], lapply(gv(wlddev2, !fact_vars(wlddev2, "logical")), function(x) unlab(qF(x, method = "radix"))))

0 commit comments

Comments
 (0)