Skip to content

Commit

Permalink
Set block number to zero at start of test
Browse files Browse the repository at this point in the history
  • Loading branch information
kphed committed Nov 6, 2023
1 parent ba00148 commit a7dd359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/token/ERC20MultiVotes.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ contract ERC20MultiVotesTest is DSTestPlus {
//////////////////////////////////////////////////////////////*/

function testPastVotes() public {
hevm.roll(0);

token.mint(address(this), 100e18);
token.setMaxDelegates(2);

Expand Down

0 comments on commit a7dd359

Please sign in to comment.