Created
April 23, 2020 14:44
-
-
Save marekkirejczyk/2175b3dfaccfa2c50f1bd9a27c911342 to your computer and use it in GitHub Desktop.
Smart Contract Fakes and method call expectations with Waffle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expect('balanceOf').to.be.calledOn(tokenContract); | |
expect('balanceOf').to.be.calledOn(tokenContract).withArgs('0x00...00'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment