test function with both clocks

This commit is contained in:
Hadrien Croubois
2023-03-18 21:53:17 +01:00
parent 7c62ed2e8a
commit 8d029476af

View File

@ -80,8 +80,8 @@ module.exports = [].concat(
product(
['GovernorHarness'],
['GovernorFunctions'],
['ERC20VotesBlocknumberHarness'], // 'ERC20VotesTimestampHarness'
['castVote', 'execute'], // 'propose', 'queue', 'cancel' // timeout
['ERC20VotesBlocknumberHarness', 'ERC20VotesTimestampHarness'],
['castVote', 'execute'], // 'propose', 'queue', 'cancel' // these rules timeout/fail
).map(([contract, spec, token, fn]) => ({
spec,
contract,