Skip to content

Commit

Permalink
Update Governor.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 committed May 10, 2024
1 parent 52c36d4 commit c51cb81
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 c51cb81

Please sign in to comment.