Closed xdaniortega closed 11 months ago
If you find this approach correct I will catch correctly expected reverts with vm.expectRevert();
If you find this approach correct I will catch correctly expected reverts with vm.expectRevert();
Yes, this is the intended approach. :-)
Superseded by #135
This approach does not handle any returned value at
executeVoucher
function as errors now are bubbled up and not reverting means the execution is always successful.