Skip to content

Commit

Permalink
Changed name of alpha governor test
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Nov 22, 2023
1 parent 8f5e79e commit 4acddf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/AlphaGovernor.t.sol → test/RadworksGovernorAlpha.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {IGovernorAlpha} from "src/interfaces/IGovernorAlpha.sol";
import {RadworksGovernorTest} from "test/helpers/RadworksGovernorTest.sol";
import {ProposalTest} from "test/helpers/ProposalTest.sol";

abstract contract AlphaGovernorTest is ProposalTest {
abstract contract RadworksGovernorAlpha is ProposalTest {
function test_GovernorUpgradeProposalIsSubmittedCorrectly() public {
// Proposal has been recorded
assertEq(governorAlpha.proposalCount(), initialProposalCount + 1);
Expand Down Expand Up @@ -205,7 +205,7 @@ abstract contract AlphaGovernorTest is ProposalTest {
}
}

contract UpgradeTests is AlphaGovernorTest {
contract UpgradeTests is RadworksGovernorAlpha {
function _useDeployedGovernorBravo() internal pure override returns (bool) {
return false;
}
Expand Down

0 comments on commit 4acddf5

Please sign in to comment.