Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 5, 2025
1 parent e9d9463 commit d366123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_predicted.R
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ test_that("bugfix: used to fail with matrix variables", {
foo <- function() {
mtcars2 <- mtcars
mtcars2$wt <- scale(mtcars2$wt)
return(lm(mpg ~ wt + cyl + gear + disp, data = mtcars2))
lm(mpg ~ wt + cyl + gear + disp, data = mtcars2)
}
pred <- get_predicted(foo())
expect_s3_class(pred, c("get_predicted", "numeric"))
Expand Down

0 comments on commit d366123

Please sign in to comment.