defi-wonderland / smock

The Solidity mocking library
MIT License
319 stars 40 forks source link

fix: allow mocks to override reverting functions #84

Closed smartcontracts closed 2 years ago

smartcontracts commented 2 years ago

Description Tiny fix + test that allows mocks/fakes to override functions that revert.

Metadata