We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed9c83 commit 696a0ecCopy full SHA for 696a0ec
src/test/unit/DelegationUnit.t.sol
@@ -6547,7 +6547,7 @@ contract DelegationManagerUnitTests_completeQueuedWithdrawal is DelegationManage
6547
cheats.startPrank(defaultStaker);
6548
cheats.roll(startBlock);
6549
6550
- assertEq(queuedParams[0].effectBlock, block.timestamp);
+ // assertEq(queuedParams[0].effectBlock, block.timestamp);
6551
delegationManager.queueWithdrawals(queuedParams[0].toArray());
6552
cheats.roll(startBlock + 1);
6553
delegationManager.queueWithdrawals(queuedParams[1].toArray());
0 commit comments