From 42267aaccc222f26c50ba59f5ac281903a037215 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:07:35 +0100 Subject: [PATCH] chore: fix spelling errors (#1597) chore: spelling errors fixes Co-authored-by: github-merge-queue --- tests/mbt/model/ccv_model.qnt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mbt/model/ccv_model.qnt b/tests/mbt/model/ccv_model.qnt index eb4e266184..f997198b6e 100644 --- a/tests/mbt/model/ccv_model.qnt +++ b/tests/mbt/model/ccv_model.qnt @@ -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)),