You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my test, I use brownie.reverts(revert_msg="Integer overflow") to determine the error message, but this process stops with the current latest eth-brownie (v1.20.2) .
Environment information
brownie
Version: 1.20.2ganache-cli
Version: 7.9.2solc
Version: 0.8.23What was wrong?
In my test, I use
brownie.reverts(revert_msg="Integer overflow")
to determine the error message, but this process stops with the current latest eth-brownie (v1.20.2) .After analyzing the cause, processing stopped at the following part.
How can it be fixed?
I haven't been able to investigate why it's been working fine so far, but I think this code should be implemented like this, for example:
The text was updated successfully, but these errors were encountered: