Created
January 18, 2019 15:51
-
-
Save marekkirejczyk/66a14e2c83bf284b250304a41b55f520 to your computer and use it in GitHub Desktop.
Waffle: changeBalance
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
await expect(() => myContract.transferWei(receiverWallet.address, 2)) | |
.to.changeBalance(receiverWallet, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment