Skip to content

Commit 48ce444

Browse files
Fix Governor.t.sol's duplicate words (#5037)
1 parent 05d4bf5 commit 48ce444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/governance/Governor.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ contract GovernorInternalTest is Test, Governor {
2626
assertFalse(_isValidDescriptionForProposer(actualProposer, description));
2727
}
2828

29-
// We don't need to truly implement implement the missing functions because we are just testing
29+
// We don't need to truly implement the missing functions because we are just testing
3030
// internal helpers.
3131

3232
function clock() public pure override returns (uint48) {}

0 commit comments

Comments
 (0)