Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Sep 4, 2024
1 parent 0324e3d commit 0f32de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/staking/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ func (s *KeeperTestSuite) TestConsKeyRotn() {
name: "pubkey already associated with another validator",
malleate: func() sdk.Context { return ctx },
isErr: true,
errMsg: "validator already exists for this pubkey; must use new validator pubkey",
errMsg: "validator already exist for this pubkey; must use new validator pubkey",
newPubKey: existingPubkey,
validator: validators[0].GetOperator(),
},
Expand Down

0 comments on commit 0f32de3

Please sign in to comment.