Skip to content

Commit

Permalink
docs: fix some comments (#2075)
Browse files Browse the repository at this point in the history
chore: fix some comments

Signed-off-by: pudongair <[email protected]>
  • Loading branch information
pudongair authored Aug 28, 2024
1 parent a46e333 commit 3084962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/steps_multi_consumer_downtime.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

// stepsDowntime tests validator jailing and slashing.
// stepsMultiConsumerDowntimeFromConsumer tests validator jailing and slashing.
// No slashing should occur for downtime slash initiated from the consumer chain
// validators will simply be jailed in those cases
// If an infraction is committed on the provider chain then the validator will be slashed
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/expired_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
ccv "github.com/cosmos/interchain-security/v5/x/ccv/types"
)

// TestVSCPacketSendWithExpiredClient tests queueing of VSCPackets when the consumer client is expired.
// TestVSCPacketSendExpiredClient tests queueing of VSCPackets when the consumer client is expired.
// While the consumer client is expired (or inactive for some reason) all packets will be queued and
// and cleared once the consumer client is established.
func (s *CCVTestSuite) TestVSCPacketSendExpiredClient() {
Expand Down Expand Up @@ -203,7 +203,7 @@ func expireClient(s *CCVTestSuite, clientTo ChainType) {
checkClientExpired(s, clientTo, true)
}

// checkClientIsExpired checks whether the client to `clientTo` is expired
// checkClientExpired checks whether the client to `clientTo` is expired
func checkClientExpired(s *CCVTestSuite, clientTo ChainType, expectedExpired bool) {
var hostEndpoint *ibctesting.Endpoint
var hostChain *ibctesting.TestChain
Expand Down

0 comments on commit 3084962

Please sign in to comment.