Closed EmilHvitfeldt closed 1 month ago
to close https://github.com/tidymodels/recipes/issues/1363
This PR:
expect_warning()
expect_message()
expect_snapshot()
expect_error()
expect_snapshot(error = TRUE)
expect_error(..., NA)
expect_no_error()
expect_no_condition()
No bad snapshots were found in the switch 🙌
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue.
to close https://github.com/tidymodels/recipes/issues/1363
This PR:
expect_warning()
andexpect_message()
toexpect_snapshot()
expect_error()
and switched toexpect_snapshot(error = TRUE)
expect_error(..., NA)
toexpect_no_error()
. Can't doexpect_no_condition()
due to dplyr_regroup signalexpect_error()
toexpect_snapshot(error = TRUE)
No bad snapshots were found in the switch 🙌