diff --git a/x/evm/handler_test.go b/x/evm/handler_test.go index e721f6c593..d0e97c5152 100644 --- a/x/evm/handler_test.go +++ b/x/evm/handler_test.go @@ -104,7 +104,7 @@ func (suite *HandlerTestSuite) TestHandleMsgEthereumTx() { true, }, { - "insufficient balance", // todo: shouldn't this be insufficient gas + "insufficient balance", func() { tx = types.NewTxContract(suite.chainID, 0, big.NewInt(100), 0, big.NewInt(10000), nil, nil, nil, nil) suite.signTx(tx)