diff --git a/test/scenarios/ynEIGEN/ynLSDeWithdrawals.t.sol b/test/scenarios/ynEIGEN/ynLSDeWithdrawals.t.sol index fce89cc6b..d53651db2 100644 --- a/test/scenarios/ynEIGEN/ynLSDeWithdrawals.t.sol +++ b/test/scenarios/ynEIGEN/ynLSDeWithdrawals.t.sol @@ -104,7 +104,7 @@ contract ynLSDeWithdrawalsTest is ynLSDeScenarioBaseTest { withdrawalQueueAdmin: actors.ops.WITHDRAWAL_MANAGER, redemptionAssetWithdrawer: actors.ops.REDEMPTION_ASSET_WITHDRAWER, requestFinalizer: actors.ops.REQUEST_FINALIZER, - withdrawalFee: 1000, + withdrawalFee: 0, feeReceiver: actors.admin.FEE_RECEIVER }); withdrawalQueueManager.initialize(_init);