From 791e58293b2ad8ab1590b8aedd71286daefe9355 Mon Sep 17 00:00:00 2001 From: insumity Date: Fri, 1 Mar 2024 16:30:45 +0100 Subject: [PATCH] fixed comment --- x/ccv/provider/keeper/validator_set_update_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/ccv/provider/keeper/validator_set_update_test.go b/x/ccv/provider/keeper/validator_set_update_test.go index 49f9481fd8..1fc4015623 100644 --- a/x/ccv/provider/keeper/validator_set_update_test.go +++ b/x/ccv/provider/keeper/validator_set_update_test.go @@ -169,8 +169,8 @@ func TestDiff(t *testing.T) { // and nextValidators = {B, C, D, E, F}. For the validators {B, C, D, E} in the intersection we have: // - validator B has no power or consumer key change // - validator C has changed its power - // - validator E has no power change but has changed its consumer key - // - validator F has both changed its power and its consumer key + // - validator D has no power change but has changed its consumer key + // - validator E has both changed its power and its consumer key var expectedUpdates []abci.ValidatorUpdate