Skip to content

Commit

Permalink
tidy format 🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Dec 3, 2024
1 parent 2f6afc3 commit 79ba94c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-finalization.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ test_that("finalize tailors", {
finalize_tailor(linear_reg(), tibble()),
error = TRUE
)

})

test_that("finalize workflows with tailors", {
Expand Down Expand Up @@ -181,5 +180,4 @@ test_that("finalize workflows with tailors", {

wflow_4 <- finalize_workflow(wflow, tibble())
expect_equal(wflow_4, wflow)

})

0 comments on commit 79ba94c

Please sign in to comment.