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

Expect specific error messages in tests. #97

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

kantp
Copy link
Collaborator

@kantp kantp commented Jul 19, 2024

We had a number of tests which expect transactions to fail. With this commit, we specify the errors that we expect the transactions to fail with, so we know that we are testing what we want to test.

Fixes #95.

We had a number of tests which expect transactions to fail. With this commit, we specify the errors
that we expect the transactions to fail with, so we know that we are testing what we want to test.

Fixes #95.
@kantp kantp linked an issue Jul 19, 2024 that may be closed by this pull request
@kantp kantp requested a review from ymekuria as a code owner July 19, 2024 11:06
Copy link
Collaborator

@ymekuria ymekuria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kantp kantp added this pull request to the merge queue Jul 23, 2024
Merged via the queue into main with commit f7c20fe Jul 23, 2024
3 checks passed
@kantp kantp deleted the 95-improve-robustness-of-tests branch July 23, 2024 05:40
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.

Improve robustness of tests
2 participants