TrueFiEng / Waffle

Library for writing and testing smart contracts.
https://getwaffle.io
MIT License
960 stars 161 forks source link

Is it possible to check the value with which a payable function was called with? #841

Open sebastianmontero opened 1 month ago

sebastianmontero commented 1 month ago

I know that it is possible to check the arguments a mock function is called with using the "withArgs" function, but is it possible to also check the value (amount of eth sent) to a payable function?