ownership & killable
This commit is contained in:
@@ -46,8 +46,8 @@ contract PartyPlannerTest is Test {
|
||||
uint256 constant INITIAL_DEPOSIT_AMOUNT = 1000e18;
|
||||
|
||||
function setUp() public {
|
||||
// Deploy PartyPlanner
|
||||
planner = Deploy.newPartyPlanner();
|
||||
// Deploy PartyPlanner owned by this test contract
|
||||
planner = Deploy.newPartyPlanner(address(this));
|
||||
|
||||
// Deploy mock _tokens
|
||||
tokenA = new MockERC20("Token A", "TKNA", 18);
|
||||
|
||||
Reference in New Issue
Block a user