Fix Governor.t.sol's duplicate words (#5037)

pull/5041/head
yanziseeker 9 months ago committed by GitHub
parent 05d4bf57ff
commit 48ce444477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      test/governance/Governor.t.sol

@ -26,7 +26,7 @@ contract GovernorInternalTest is Test, Governor {
assertFalse(_isValidDescriptionForProposer(actualProposer, description));
}
// We don't need to truly implement implement the missing functions because we are just testing
// We don't need to truly implement the missing functions because we are just testing
// internal helpers.
function clock() public pure override returns (uint48) {}

Loading…
Cancel
Save