ethereum-optimism / smock

[Optimism] Solidity mock contracts in JavaScript
73 stars 15 forks source link

fix: don't throw an error when a smocked fn has no calls #43

Closed smartcontracts closed 3 years ago

smartcontracts commented 3 years ago

Description Minor tweak to fix an error that causes smock to complain if you try to access calls for a function that hasn't been called yet.

Metadata