Skip to content

Commit

Permalink
adhere to stricter recipes checking
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Nov 14, 2024
1 parent cc62225 commit 805a78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test_that("can compute required packages of a workflow - recipes", {
mod <- parsnip::linear_reg()
mod <- parsnip::set_engine(mod, "lm")

step <- recipes::step("workflows_test")
step <- recipes::step("workflows_test", trained = FALSE, id = "", skip = FALSE, role = NA)

rec <- recipes::recipe(mpg ~ cyl, mtcars)
rec <- recipes::add_step(rec, step)
Expand Down

0 comments on commit 805a78a

Please sign in to comment.