Skip to content

Commit

Permalink
Ik ben echt heel dom
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Jun 2, 2024
1 parent c6ca320 commit 94fca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_compress.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test_that("tar export error for R < 4.0.3", {
})

test_that("Wild zip and tar ref $425", {
skip_if(getRversion() >= "4.0.3")
skip_if(getRversion() < "4.0.3")
withr::with_tempfile("test_files", fileext = c(".csv", ".zip"), code = {
filename <- test_files[1]
zip_file <- test_files[2]
Expand Down

0 comments on commit 94fca7b

Please sign in to comment.