diff --git a/.forge-snapshots/RelayOrderReactorIntegrationTest-testExecute-ClassicSwap.snap b/.forge-snapshots/RelayOrderReactorIntegrationTest-testExecute-ClassicSwap.snap new file mode 100644 index 00000000..dab4a435 --- /dev/null +++ b/.forge-snapshots/RelayOrderReactorIntegrationTest-testExecute-ClassicSwap.snap @@ -0,0 +1 @@ +141158 \ No newline at end of file diff --git a/.forge-snapshots/RelayOrderReactorIntegrationTest-testExecute.snap b/.forge-snapshots/RelayOrderReactorIntegrationTest-testExecute.snap index 8bb2a8dd..fd27484c 100644 --- a/.forge-snapshots/RelayOrderReactorIntegrationTest-testExecute.snap +++ b/.forge-snapshots/RelayOrderReactorIntegrationTest-testExecute.snap @@ -1 +1 @@ -246869 \ No newline at end of file +246868 \ No newline at end of file diff --git a/test/foundry-tests/integration/RelayOrderReactorIntegration.t.sol b/test/foundry-tests/integration/RelayOrderReactorIntegration.t.sol index 947ed1f5..92f02932 100644 --- a/test/foundry-tests/integration/RelayOrderReactorIntegration.t.sol +++ b/test/foundry-tests/integration/RelayOrderReactorIntegration.t.sol @@ -162,7 +162,7 @@ contract RelayOrderReactorIntegrationTest is GasSnapshot, Test, Interop, PermitS SignedOrder(abi.encode(order), signOrder(swapperPrivateKey, address(PERMIT2), order)); _checkpointBalances(swapper, filler, tokenIn, tokenOut, gasToken); - _snapshotClassicSwapCall(tokenIn, 100 * ONE, methodParameters, "testExecuteAverageCase"); + _snapshotClassicSwapCall(tokenIn, 100 * ONE, methodParameters, "testExecute"); vm.prank(filler); snapStart("RelayOrderReactorIntegrationTest-testExecute");