Skip to content

Commit

Permalink
Clearer header comment in RadworksDripsGovernance.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Dec 28, 2023
1 parent f119945 commit 7ffeb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RadworksDripsGovernance.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down

0 comments on commit 7ffeb0a

Please sign in to comment.