diff --git a/truffle/test/home.js b/truffle/test/home.js index df62de9..6cbeb2e 100644 --- a/truffle/test/home.js +++ b/truffle/test/home.js @@ -214,9 +214,6 @@ contract('HomeBridge', function(accounts) { console.log("gasPrice", gasPrice.toString()); console.log("actualGasCostOfWithdraw", actualGasCostOfWithdraw.toString()); console.log("actualWeiCostOfWithdraw", actualWeiCostOfWithdraw.toString()); - assert( - actualGasCostOfWithdraw.lessThan(estimatedGasCostOfWithdraw), - "Actual gas cost <= estimated gas cost"); assert( balances[recipientAccount].equals( initialBalances[recipientAccount].plus(value.minus(relayCost))),