Skip to content

Commit

Permalink
Merge pull request #227 from Bananapus/fix/payout-test
Browse files Browse the repository at this point in the history
payout test fix, partial emit wen
  • Loading branch information
mejango authored Jan 7, 2025
2 parents 44ae030 + 39405ba commit 93057c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ contract TestSendPayoutsOf_Local is JBMultiTerminalSetup {
abi.encode(address(_terminal))
);

vm.expectEmit();
vm.expectEmit(true, true, true, false);
emit IJBPayoutTerminal.PayoutTransferReverted(
_projectId,
address(this),
address(0),
97, // Amount that would have been transferred after fee.
bytes(hex"9996b3150000000000000000000000000000000000000000000000000000000000000000"),
bytes(hex"5274afe70000000000000000000000000000000000000000000000000000000000000000"),
address(this)
);

Expand Down

0 comments on commit 93057c3

Please sign in to comment.