Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Oct 26, 2021
1 parent c5bfc3b commit 64123ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/auth/testutil/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (s *TxConfigTestSuite) TestTxBuilderSetSignatures() {
msigAddr := sdk.AccAddress(multisigPk.Address())
msg2 := testdata.NewTestMsg(msigAddr)
err := txBuilder.SetMsgs(msg, msg2)
txBuilder.SetFeeAmount(testdata.NewTestFeeAmount())
s.Require().NoError(err)

// check that validation fails
Expand Down

0 comments on commit 64123ed

Please sign in to comment.