Skip to content

Commit 319517e

Browse files
committed
chore: fix compile + tests
1 parent 5e077ff commit 319517e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/integration/tests/Deposit_Queue_Complete.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ contract Integration_Deposit_QueueWithdrawal_Complete is IntegrationCheckUtils {
7272
cheats.assume(initDepositShares[0] >= 64 ether);
7373

7474
// Deposit staker by verifying withdrawal credentials
75-
(uint40[] memory validators, uint64 beaconBalanceGwei) = staker.startValidators();
75+
(uint40[] memory validators, uint64 beaconBalanceGwei,) = staker.startValidators();
7676
beaconChain.advanceEpoch_NoRewards();
7777
staker.verifyWithdrawalCredentials(validators);
7878
check_VerifyWC_State(staker, validators, beaconBalanceGwei);

0 commit comments

Comments
 (0)