Skip to content

Commit

Permalink
test: Fix wrong exchange type used in Zapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Jan 15, 2025
1 parent 2bccee2 commit 584b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/zapperLeverage.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ contract ZapperLeverageMainnet is DevTestSetup {
// Not enough liquidity for ETHx
for (uint256 i = 0; i < 3; i++) {
_testOnlyOwnerOrManagerCanLeverDownFromBalancerFLProvider(
leverageZapperHybridArray[i], ExchangeType.UniV3, i
leverageZapperHybridArray[i], ExchangeType.HybridCurveUniV3, i
);
}
}
Expand Down

0 comments on commit 584b9d8

Please sign in to comment.