Skip to content

Commit

Permalink
Merge branch 'main' into fix/cantina59
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Jan 7, 2025
2 parents 5fd4906 + 93057c3 commit e6d0415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ contract TestSendPayoutsOf_Local is JBMultiTerminalSetup {
abi.encode(address(_terminal))
);

vm.expectEmit();
vm.expectEmit(true, true, true, false);
emit IJBPayoutTerminal.PayoutTransferReverted(
_projectId,
address(this),
Expand Down

0 comments on commit e6d0415

Please sign in to comment.