Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Jul 28, 2023
1 parent b196092 commit ae2b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/payment/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (s *TestSuite) TestUpdateParams() {
{
name: "invalid authority",
msg: types.MsgUpdateParams{
Authority: sample.AccAddress(),
Authority: sample.RandAccAddressHex(),
},
err: true,
}, {
Expand Down

0 comments on commit ae2b919

Please sign in to comment.