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

Test using revertedWith function passes correctly despite other message #1471

Open
SebaBau opened this issue Jun 14, 2022 · 0 comments
Open

Comments

@SebaBau
Copy link

SebaBau commented Jun 14, 2022

In my contract first modifier in function check if user is contract owner. The next require check another custom business logic. In my tests I simulate transaction using connect() funtion and pass other wallet (not owner). In this tests I check in revertedWith funtion revert message. Test passes correctly despite using a completely different error message.

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

No branches or pull requests

1 participant