Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin committed Jan 24, 2019
1 parent 06374bb commit 601c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gaia/cli_test/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func TestGaiaCLIGasAuto(t *testing.T) {

// Enable auto gas
success, stdout, stderr := f.TxSend(keyFoo, barAddr, sdk.NewInt64Coin(denom, 10), "--gas=auto")
require.NotEmpty(t, stderr)
require.Empty(t, stderr)
require.True(t, success)
cdc := app.MakeCodec()
sendResp := struct {
Expand Down

0 comments on commit 601c7a7

Please sign in to comment.