Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More snapshots #230

Merged
merged 3 commits into from
Sep 26, 2024
Merged

More snapshots #230

merged 3 commits into from
Sep 26, 2024

Conversation

EmilHvitfeldt
Copy link
Member

Ref: tidymodels/recipes#1375

This PR:

  • switched from expect_warning() and expect_message() to expect_snapshot()
  • removed classed expect_error() and switched to expect_snapshot(error = TRUE)
  • Switched from expect_error(..., NA) to expect_no_error(). Can't do expect_no_condition() due to dplyr_regroup signal
  • Switched rest of expect_error() to expect_snapshot(error = TRUE)

@EmilHvitfeldt EmilHvitfeldt merged commit 5a92baa into main Sep 26, 2024
11 checks passed
@EmilHvitfeldt EmilHvitfeldt deleted the more-snapshots branch September 26, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant