Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 10, 2023
1 parent 2ab9b35 commit 00f2e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (suite *KeeperTestSuite) TestSubmitProposalReq() {
)
},
expErr: true,
expErrMsg: "title too long",
expErrMsg: "metadata too long",
},
"metadata too long": {
preRun: func() (*v1.MsgSubmitProposal, error) {
Expand Down

0 comments on commit 00f2e90

Please sign in to comment.