Skip to content

Commit

Permalink
Fix a test case on R 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 28, 2024
1 parent a16d8fb commit 223637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-rtools.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("has_rtools finds rtools", {
without_cache(
withr::with_path(Sys.getenv("R_HOME"), action = "replace", {
has_rtools()
expect_true(rtools_path() != "")
expect_true(all(rtools_path() != ""))
})
)
})
Expand Down

0 comments on commit 223637a

Please # to comment.