Skip to content

Commit

Permalink
debug: Test sub-functions in test IV
Browse files Browse the repository at this point in the history
It runs locally on Windows, which surprises me
  • Loading branch information
MEO265 committed Dec 8, 2023
1 parent bd56690 commit 1226e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-use_lintr.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ test_that("use_lintr handles missing final new line", {
test_that("use_lintr handles missing final new line", {
path <- withr::local_tempdir()
file.create(file.path(path, "DESCRIPTION"))
file.create(file.path(path, lintr_option("linter_file")))
config_file <- normalizePath(file.path(path, lintr_option("linter_file")), mustWork = TRUE, winslash = "/")
pkg_path <- normalizePath(path, mustWork = TRUE, winslash = "/")
warning(config_file, call. = FALSE)
Expand Down

0 comments on commit 1226e0c

Please sign in to comment.