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

This commit is contained in:
yanziseeker
2024-05-14 04:31:29 +08:00
committed by GitHub
parent 05d4bf57ff
commit 48ce444477

View File

@ -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) {}