Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xavikh committed Dec 13, 2024
1 parent 2e9db89 commit 997c9e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/voting/GaugeVote.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ contract TestGaugeVote is GaugeVotingBase {
// check the vote
assertEq(voter.isVoting(tokenId), true);

// warp to the next epoch
// warp to the next distribution period
vm.warp(block.timestamp + 1 weeks);

vm.assume(!voter.votingActive());

// try to reset
Expand Down

0 comments on commit 997c9e7

Please sign in to comment.