Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Mar 1, 2024
1 parent 914840c commit 791e582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/ccv/provider/keeper/validator_set_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 791e582

Please sign in to comment.