Skip to content

Commit

Permalink
fix: fixes broken test in POL test file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed May 22, 2024
1 parent 5c37f05 commit b3d6083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/solidity/Facets/GenericSwapFacetV3_POL.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -987,13 +987,13 @@ contract GenericSwapFacetV3POLTest is DSTest, DiamondTest, Test {
"integrator", // integrator,
"referrer", // referrer,
SOME_WALLET, // receiver,
address(0), // fromAssetId,
USDC_ADDRESS, // toAssetId,
DAI_ADDRESS, // fromAssetId,
address(0), // toAssetId,
amountIn, // fromAmount,
minAmountOut // toAmount (with liquidity in that selected block)
);

genericSwapFacet.swapTokensGeneric{ value: amountIn }(
genericSwapFacet.swapTokensGeneric(
"",
"integrator",
"referrer",
Expand Down

0 comments on commit b3d6083

Please sign in to comment.