Skip to content

Commit

Permalink
test maxlock
Browse files Browse the repository at this point in the history
  • Loading branch information
toyv0 committed Nov 9, 2023
1 parent 9631276 commit 24cb98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/VotingEscrow.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ contract VotingEscrowTest is BaseTest {

hevm.warp(block.timestamp + lockEnd2);

// Should be able to cooldown and withdraw after new lock end has passed
// Should be able to cooldown and withdraw after lock end has passed
veALCX.startCooldown(tokenId);
hevm.warp(block.timestamp + nextEpoch);
veALCX.withdraw(tokenId);
Expand Down

0 comments on commit 24cb98d

Please sign in to comment.