GovernorCountingOverridable testing with timestamp (#5269)

This commit is contained in:
Hadrien Croubois
2024-10-18 14:45:36 +02:00
committed by GitHub
parent 378914ceab
commit 2a83a217af
2 changed files with 1 additions and 1 deletions

View File

@ -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';