Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/power_shaping_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
  • Loading branch information
kirdatatjana and p-offtermatt authored Oct 16, 2024
1 parent d442765 commit e6b17ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/power_shaping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func TestCapValidatorSet(t *testing.T) {
expectedValidators: []providertypes.ConsensusValidator{validatorB, validatorA},
},
{
name: "ValidatorSetCap = 3 ,with partial priority list",
name: "ValidatorSetCap = 3, with partial priority list",
powerShapingParameters: providertypes.PowerShapingParameters{ValidatorSetCap: 3, Prioritylist: []string{string(validatorA.ProviderConsAddr)}},
expectedValidators: []providertypes.ConsensusValidator{validatorA, validatorD, validatorC},
},
Expand Down

0 comments on commit e6b17ef

Please sign in to comment.