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

Fix expectRevert accepting partial matches #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Philogy
Copy link

@Philogy Philogy commented Jan 18, 2021

The bug caused tests using expectRevert to pass despite the revertReason not fully being correct because of the use of String.prototype.indexOf to verify if the correct revert reason was contained in the error string. To fix it more robust error parsing logic was added; it is compatible with both old and new VM Exception strings.

Discovered this bug in my personal project, tests were passing despite the revert messages not fully being identical.

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.

None yet

1 participant