Skip to content

Commit

Permalink
Fix Governor.t.sol's duplicate words (#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 committed May 13, 2024
1 parent 05d4bf5 commit 48ce444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/governance/Governor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
Expand Down

0 comments on commit 48ce444

Please sign in to comment.