Skip to content

Commit

Permalink
oops x
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Sep 9, 2024
1 parent ae08e81 commit 6fda71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28495083
161661
3 changes: 1 addition & 2 deletions test/Quoter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -390,13 +390,12 @@ contract QuoterTest is Test, Deployers, GasSnapshot {

IQuoter.QuoteExactParams memory params = getExactOutputParams(tokenPath, 6143);

snapLastCall("Quoter_quoteExactOutput_oneHop_initializedAfter");

(
int128[] memory deltaAmounts,
uint160[] memory sqrtPriceX96AfterList,
uint32[] memory initializedTicksLoadedList
) = quoter.quoteExactOutput(params);
snapLastCall("Quoter_quoteExactOutput_oneHop_initializedAfter");

assertEq(deltaAmounts[0], 6200);
assertEq(sqrtPriceX96AfterList[0], 78757225449310403327341205211);
Expand Down

0 comments on commit 6fda71a

Please sign in to comment.