diff --git a/test/Killable.js b/test/Killable.js index a79030caa..13b695324 100644 --- a/test/Killable.js +++ b/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);