fix Killable test

pull/90/head^2
Manuel Araoz 8 years ago
parent af388658e5
commit c35261150c
  1. 2
      test/Killable.js

@ -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);

Loading…
Cancel
Save