unify ethereum revert/throw/etc error expectations #942
Labels
good first issue
Low hanging fruit for new contributors to get involved!
tests
Test suite and helpers.
Milestone
🎉 Description
We have a bunch of different error handlers for solidity-specific things. They should just be one assertion function that accepts a configuration options hash if and only if the caller needs to be more specific than just "it fails".
Maybe something like:
We need to
write this assertion
update literally everywhere in the codebase that uses the other styles
📈 This is a feature request.
The text was updated successfully, but these errors were encountered: