Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Sep 22, 2023
1 parent e5b46dd commit 4cb6283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/punish_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4cb6283

Please sign in to comment.