Skip to content

Commit

Permalink
attempt fix TestSignWithMultiSignersAminoJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Jul 11, 2021
1 parent 6cccd68 commit 4aa6bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/auth/client/testutil/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ func (s *IntegrationTestSuite) TestSignWithMultiSignersAminoJSON() {
val0.ClientCtx,
signedTxFile.Name(),
fmt.Sprintf("--%s=%s", flags.FlagBroadcastMode, flags.BroadcastBlock),
fmt.Sprintf("--%s=%d", flags.FlagGas, 200000),
)

require.NoError(err)
Expand Down

0 comments on commit 4aa6bac

Please sign in to comment.