diff --git a/test/RadworksDripsGovernance.t.sol b/test/RadworksDripsGovernance.t.sol index 9a11757..ee91dda 100644 --- a/test/RadworksDripsGovernance.t.sol +++ b/test/RadworksDripsGovernance.t.sol @@ -5,7 +5,7 @@ import {IGovernor} from "@openzeppelin/contracts/governance/IGovernor.sol"; import {UUPSUpgradeable} from "@openzeppelin/contracts/proxy/utils/UUPSUpgradeable.sol"; import {ProposalTest} from "test/helpers/ProposalTest.sol"; -/// @dev This contract used in the testing of using governance to upgrade the Drips protocol +/// @dev This contract is used in the testing of using governance to upgrade the Drips protocol /// It has just enough infrastructure to be installed as a new implementation of the Drips proxy. contract DripsUpgradeContract is UUPSUpgradeable { function _authorizeUpgrade(address) internal override {}