Skip to content

Commit

Permalink
Fix smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Oct 24, 2024
1 parent af3a99d commit 129502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/LidoARMSmokeTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contract Fork_LidoARM_Smoke_Test is AbstractSmokeTest {
assertEq(lidoARM.symbol(), "ARM-WETH-stETH", "Symbol");
assertEq(lidoARM.owner(), Mainnet.GOV_MULTISIG, "Owner");
assertEq(lidoARM.operator(), Mainnet.ARM_RELAYER, "Operator");
assertEq(lidoARM.feeCollector(), Mainnet.ARM_BUYBACK, "Fee collector");
assertEq(lidoARM.feeCollector(), Mainnet.STRATEGIST, "Fee collector");
assertEq((100 * uint256(lidoARM.fee())) / lidoARM.FEE_SCALE(), 20, "Performance fee as a percentage");
// LidoLiquidityManager
assertEq(address(lidoARM.lidoWithdrawalQueue()), Mainnet.LIDO_WITHDRAWAL, "Lido withdrawal queue");
Expand Down

0 comments on commit 129502c

Please sign in to comment.