Skip to content

Commit 83e2d6e

Browse files
committed
test: more slashing integration todos (#961)
* test(wip): todos * fix: dealloc issue * fix: remaining * fix: forktest upgrade issue * test: add `check_Withdrawal_AsShares_State_AfterSlash` * refactor: cleanup * fix: ci * refactor: review changes
1 parent b7ffe64 commit 83e2d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ contract Integration_Deposit_Delegate_Allocate is IntegrationCheckUtils {
131131
// 5. Undelegate from an operator
132132
IDelegationManagerTypes.Withdrawal[] memory withdrawals = staker.undelegate();
133133
bytes32[] memory withdrawalRoots = _getWithdrawalHashes(withdrawals);
134+
134135
// 6. Complete withdrawal
135136
_rollBlocksForCompleteWithdrawals(withdrawals);
136137
for (uint256 i = 0; i < withdrawals.length; ++i) {

0 commit comments

Comments
 (0)