Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Jan 25, 2024
1 parent f88004b commit 38a0ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
141158
Original file line number Diff line number Diff line change
@@ -1 +1 @@
246869
246868
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 38a0ae0

Please sign in to comment.