Skip to content

Commit

Permalink
chore: fix spelling errors (#1597)
Browse files Browse the repository at this point in the history
chore: spelling errors fixes

Co-authored-by: github-merge-queue <[email protected]>
  • Loading branch information
Cosmos SDK and github-merge-queue authored Jan 29, 2024
1 parent d60b880 commit 42267aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mbt/model/ccv_model.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ module ccv_model {
// the key should be present in the valset on the consumer, and the node itself should not
assert(currentState.consumerStates.get("consumer1").chainState.currentValidatorSet.getOrElse("node1", 0) == 0),
assert(currentState.consumerStates.get("consumer1").chainState.currentValidatorSet.get("consAddr1") == 100),
// try some key assignments that should fail/succeed without comitting to state
// try some key assignments that should fail/succeed without committing to state
val res = assignConsumerKey(currentState, "consumer1", "node1", "consAddr1")
// fail - key already assigned (even if it is the same node)
assert(hasError(res)),
Expand Down

0 comments on commit 42267aa

Please sign in to comment.