Skip to content

Commit

Permalink
check if test-io still produces warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Dec 5, 2023
1 parent 10efce2 commit ad2e02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-io.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_that("non-ASCII characters are handled properly for file styling", {
skip_if(.Platform$OS.type != "windows")

withr::with_locale(
c(LC_CTYPE = "English_United States.1252"),
c("LC_CTYPE" = "English_United States.932"),
{
tmp <- tempfile(fileext = ".R")
con <- file(tmp, encoding = "UTF-8")
Expand Down

0 comments on commit ad2e02f

Please sign in to comment.