We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d328f commit b520a3eCopy full SHA for b520a3e
1 file changed
test/Master.t.sol
@@ -15,6 +15,7 @@ contract MasterContractTest is Test {
15
TreasuryFund public treasury;
16
17
address public owner = address(0x1);
18
+ address public owner2 = address(0x1);
19
address public vendor = address(0x2);
20
address public nonOwner = address(0x3);
21
@@ -32,8 +33,8 @@ contract MasterContractTest is Test {
32
33
// Deploy MasterContract
34
masterContract = new MasterContract(address(treasury), address(ownerModifier));
35
- // Add owner to Owner Modifier contract
36
- ownerModifier.addMasterOwner(owner);
+ // // Add owner to Owner Modifier contract
37
+ // ownerModifier.addMasterOwner(owner);
38
vm.stopPrank();
39
}
40
0 commit comments