Skip to content

Commit 9b2e2b5

Browse files
committed
tests: remove a skip() condition that is never reached because datawizard depends on R >= 3.6
1 parent f477241 commit 9b2e2b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testthat/test-standardize_models.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ test_that("variables evaluated in the environment", {
204204
w <- capture_warnings(standardize(m))
205205
expect_true(any(grepl("mtcars$mpg", w, fixed = TRUE)))
206206

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

0 commit comments

Comments
 (0)