Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 17, 2024
1 parent 8d6f5ad commit 82da608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-install-github.R
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ test_that("github_remote with deleted branch", {

test_that("github_pull", {

if (getRversions() < "4.0.0" && .Platform$OS.type == "windows") {
if (getRversion() < "4.0.0" && .Platform$OS.type == "windows") {
skip("Does not work on older R on Windows") # why?
}
skip_on_cran()
Expand Down

0 comments on commit 82da608

Please sign in to comment.