Skip to content

Commit 696a0ec

Browse files
committed
fix: compile
1 parent 4ed9c83 commit 696a0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unit/DelegationUnit.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6547,7 +6547,7 @@ contract DelegationManagerUnitTests_completeQueuedWithdrawal is DelegationManage
65476547
cheats.startPrank(defaultStaker);
65486548
cheats.roll(startBlock);
65496549

6550-
assertEq(queuedParams[0].effectBlock, block.timestamp);
6550+
// assertEq(queuedParams[0].effectBlock, block.timestamp);
65516551
delegationManager.queueWithdrawals(queuedParams[0].toArray());
65526552
cheats.roll(startBlock + 1);
65536553
delegationManager.queueWithdrawals(queuedParams[1].toArray());

0 commit comments

Comments
 (0)