diff --git a/x/staking/handler_test.go b/x/staking/handler_test.go index aed5ab1b7..aa9da641b 100644 --- a/x/staking/handler_test.go +++ b/x/staking/handler_test.go @@ -84,7 +84,7 @@ func TestPowerReductionChangeValidatorSetUpdates(t *testing.T) { params.PowerReduction = sdk.DefaultPowerReduction app.StakingKeeper.SetParams(ctx, params) - // power reduction change for all validators + // validator updates for tendermint power updates, err = app.StakingKeeper.ApplyAndReturnValidatorSetUpdates(ctx) require.NoError(t, err) require.Equal(t, 2, len(updates))