Skip to content

Commit da3dbc7

Browse files
Input must he character
1 parent 83d6583 commit da3dbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/testing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ local_test_setup <- function(git = TRUE,
259259
git2r::config(
260260
user.name = "testthat",
261261
user.email = "[email protected]",
262-
core.autocrlf = TRUE
262+
core.autocrlf = "true"
263263
)
264264
withr::defer(fs::dir_delete(fs::path(dir, ".git")), envir = .local_envir)
265265
}

0 commit comments

Comments
 (0)