defi-wonderland / smock

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

fix: add call signature to programmable functions #82

Closed smartcontracts closed 2 years ago

smartcontracts commented 2 years ago

Description Adds a call signature to programmable functions so we can actually trigger functions attached to MockContracts. I ran into this bug while trying to use smock v2 as part of a unit test.