Commit c3526115 by Manuel Araoz

fix Killable test

parent af388658
......@@ -52,7 +52,7 @@ contract('Killable', function(accounts) {
kBalance = web3.eth.getBalance(killable.address);
})
.then(function() {
return killable.kill.call({from: owner});
return killable.kill({from: owner});
})
.then(function (txnHash) {
return web3.eth.getTransactionReceiptMined(txnHash);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment