From 4cb6283c7b4df68242bcce479aff1631c065a324 Mon Sep 17 00:00:00 2001 From: Karolos Antoniadis Date: Fri, 22 Sep 2023 13:18:48 +0200 Subject: [PATCH] fix linter issue --- x/ccv/provider/keeper/punish_validator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/provider/keeper/punish_validator_test.go b/x/ccv/provider/keeper/punish_validator_test.go index c31f0f03a7..9286c25823 100644 --- a/x/ccv/provider/keeper/punish_validator_test.go +++ b/x/ccv/provider/keeper/punish_validator_test.go @@ -234,7 +234,7 @@ func TestComputePowerToSlash(t *testing.T) { []stakingtypes.Redelegation{}, int64(3000), sdk.NewInt(5), - int64(0/5 + 3000), + int64(3000), // expectedPower is 0/5 + 3000 }, { "no undelegations",