write ownable simple test
This commit is contained in:
@ -2,5 +2,6 @@ module.exports = function(deployer) {
|
||||
deployer.deploy(PullPaymentBid);
|
||||
deployer.deploy(BadArrayUse);
|
||||
deployer.deploy(Bounty);
|
||||
deployer.deploy(Ownable);
|
||||
deployer.deploy(LimitFunds);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user