Skip to content

Commit

Permalink
tests: remove a skip() condition that is never reached because `dat…
Browse files Browse the repository at this point in the history
…awizard` depends on R >= 3.6
  • Loading branch information
etiennebacher committed Jun 14, 2023
1 parent f477241 commit 9b2e2b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-standardize_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ test_that("variables evaluated in the environment", {
w <- capture_warnings(standardize(m))
expect_true(any(grepl("mtcars$mpg", w, fixed = TRUE)))


skip_if(packageVersion("base") == package_version(3.4))
## Note:
# No idea why this is suddenly not giving a warning on older R versions.
m <- lm(mtcars$mpg ~ mtcars$cyl + mtcars$am, data = mtcars)
Expand Down

0 comments on commit 9b2e2b5

Please sign in to comment.