Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Jul 27, 2024
1 parent da4d9d5 commit 240caaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/e2e/configurer/chain/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func (n *NodeConfig) BankSendError(amount string, sendAddress string, receiveAdd
require.NoError(n.t, err)
n.LogActionF("failed sent bank sent %s from address %s to %s", amount, sendAddress, receiveAddress)
}

func (n *NodeConfig) BankSend(amount string, sendAddress string, receiveAddress string, gasLimit string, fees sdk.Coins) {
n.BankSendWithWallet(amount, sendAddress, receiveAddress, "val", gasLimit, fees)
}
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,5 +578,4 @@ func (s *IntegrationTestSuite) TestFeeTaxNotAcceptDenom() {
fee := initialization.TaxRate.MulInt(transferAmount2).TruncateInt().AddRaw(2)
s.Require().Equal(balanceTest1Terra.Amount, transferAmount1.Sub(transferAmount2).Sub(fee))
s.Require().Equal(balanceTest1NonValueDenom, transferCoin1NonValueDenom)

}

0 comments on commit 240caaa

Please sign in to comment.