Skip to content

Commit

Permalink
GovernorCountingOverridable testing with timestamp (#5269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Oct 18, 2024
1 parent 378914c commit 2a83a21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { VoteType } = require('../../helpers/enums');

const TOKENS = [
{ Token: '$ERC20VotesExtendedMock', mode: 'blocknumber' },
// { Token: '$ERC20VotesExtendedTimestampMock', mode: 'timestamp' },
{ Token: '$ERC20VotesExtendedTimestampMock', mode: 'timestamp' },
];

const name = 'Override Governor';
Expand Down

0 comments on commit 2a83a21

Please sign in to comment.