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

Remove duplicated logic of error tests #6358

Merged
merged 12 commits into from
Aug 12, 2024
Merged

Conversation

Latropos
Copy link
Contributor

@Latropos Latropos commented Jul 31, 2024

Summary

Remove the logic behind WARN and FAILING test decorators.

Test plan

@Latropos Latropos marked this pull request as ready for review July 31, 2024 13:14
@Latropos Latropos changed the base branch from main to acynk/API-migration July 31, 2024 13:14
@Latropos Latropos requested a review from piaskowyk July 31, 2024 13:14
github-merge-queue bot pushed a commit that referenced this pull request Aug 12, 2024
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary
Replace all uses of `FAILING` and `WARN` test decorators with
`expect().toThrow()`
The full removal of the logic behind these decorators is located here:
#6358
<!-- Explain the motivation for this PR. Include "Fixes #<number>" if
applicable. -->

## Test plan

<!-- Provide a minimal but complete code snippet that can be used to
test out this change along with instructions how to run it and a
description of the expected behavior. -->
Base automatically changed from acynk/API-migration to main August 12, 2024 09:06
@Latropos Latropos added this pull request to the merge queue Aug 12, 2024
Merged via the queue into main with commit dda25d6 Aug 12, 2024
26 checks passed
@Latropos Latropos deleted the acynk/remove-duplicated-logic branch August 12, 2024 12:57
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.

2 participants