diff --git a/tests/integration/slashing.go b/tests/integration/slashing.go index f0f0e8dd56..46918a38ba 100644 --- a/tests/integration/slashing.go +++ b/tests/integration/slashing.go @@ -443,7 +443,7 @@ func (suite *CCVTestSuite) TestValidatorDowntime() { ctx, ccv.ConsumerPortID, channelID) suite.Require().True(ok) - // Sign 100 blocks (default value for slahing.SignedBlocksWindow param). + // Sign 100 blocks (default value for slashing.SignedBlocksWindow param). valPower := int64(1) height, signedBlocksWindow := int64(0), consumerSlashingKeeper.SignedBlocksWindow(ctx) for ; height < signedBlocksWindow; height++ {