From 23fc46a129e77e81febf97f9639fd92ca45f8c4e Mon Sep 17 00:00:00 2001 From: simplemachine92 Date: Mon, 6 Jan 2025 20:31:38 -0600 Subject: [PATCH 1/2] payout test fix, partial emit wen --- test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol b/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol index cbcaabe1..85af04e0 100644 --- a/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol +++ b/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol @@ -234,7 +234,7 @@ contract TestSendPayoutsOf_Local is JBMultiTerminalSetup { address(this), address(0), 97, // Amount that would have been transferred after fee. - bytes(hex"9996b3150000000000000000000000000000000000000000000000000000000000000000"), + bytes(hex"5274afe70000000000000000000000000000000000000000000000000000000000000000"), address(this) ); From 39405ba08b65430fda42be9f02e5fbd418c1f4ec Mon Sep 17 00:00:00 2001 From: simplemachine92 Date: Mon, 6 Jan 2025 20:36:32 -0600 Subject: [PATCH 2/2] partial revert xd --- test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol b/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol index 85af04e0..f7f003ee 100644 --- a/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol +++ b/test/units/static/JBMultiTerminal/TestSendPayoutsOf.sol @@ -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),