Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
ylsGit committed Jul 7, 2024
1 parent 1eecee4 commit 88f69a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/staking/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func TestEditValidatorDecreaseMinSelfDelegation(t *testing.T) {
SharesFromDefaultMSD, false)

// edit validator
msgEditValidator := NewMsgEditValidator(validatorAddr, Description{Moniker: "moniker"})
msgEditValidator := NewMsgEditValidator(validatorAddr, Description{Moniker: "moniker"}, nil)
require.Nil(t, msgEditValidator.ValidateBasic())

// no one could change msd
Expand Down

0 comments on commit 88f69a8

Please sign in to comment.