Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 22, 2024
1 parent 1e55995 commit 03634ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_transformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_that("get_transformation - detect powers", {
mod <- lm(mpg^0 ~ hp, data = mtcars)
expect_message(
{
out <- get_transformation(m)
out <- get_transformation(mod)
},
regex = "The transformation"
)
Expand Down

0 comments on commit 03634ca

Please sign in to comment.