From 48ce444477623da593d2f5b7fd2d962817570da0 Mon Sep 17 00:00:00 2001 From: yanziseeker <153156292+AdventureSeeker987@users.noreply.github.com> Date: Tue, 14 May 2024 04:31:29 +0800 Subject: [PATCH] Fix Governor.t.sol's duplicate words (#5037) --- test/governance/Governor.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/governance/Governor.t.sol b/test/governance/Governor.t.sol index f63124536..e3c24ecc6 100644 --- a/test/governance/Governor.t.sol +++ b/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) {}