diff --git a/certora/harnesses/GovernorVotesQuorumFractionHarness.sol b/certora/harnesses/GovernorVotesQuorumFractionHarness.sol index 65be741d4..86ae202ad 100644 --- a/certora/harnesses/GovernorVotesQuorumFractionHarness.sol +++ b/certora/harnesses/GovernorVotesQuorumFractionHarness.sol @@ -41,6 +41,7 @@ contract GovernorVotesQuorumFractionHarness is GovernorVotesQuorumFraction { // havoc something } - constructor(string memory name) Governor(name) {} + constructor(ERC20Votes tokenAddr, string memory name, uint256 quorumNumeratorValue) + GovernorVotesQuorumFraction(quorumNumeratorValue) GovernorVotes(tokenAddr) Governor(name) {} } \ No newline at end of file