Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
update test to use factory deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinGreen committed Dec 3, 2023
1 parent 0433d4a commit eb63615
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/llama-scripts/LlamaGovernanceScript.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ contract LlamaGovernanceScriptTest is LlamaTestSetup {
uint8[] public roles;
address[] public revokePolicies;

LlamaGovernanceScript governanceScript;

bytes4 public constant AGGREGATE_SELECTOR = LlamaGovernanceScript.aggregate.selector;
bytes4 public constant INIT_ROLES_AND_SET_ROLE_HOLDERS_SELECTOR =
LlamaGovernanceScript.initRolesAndSetRoleHolders.selector;
Expand Down Expand Up @@ -94,8 +92,6 @@ contract LlamaGovernanceScriptTest is LlamaTestSetup {
function setUp() public virtual override {
LlamaTestSetup.setUp();

governanceScript = new LlamaGovernanceScript();

vm.startPrank(address(mpExecutor));

mpCore.setScriptAuthorization(address(governanceScript), true);
Expand Down

0 comments on commit eb63615

Please sign in to comment.