Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 6942488

Browse files
committed
lint fix
1 parent fc1818d commit 6942488

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration-tests/ccip-tests/actions/ccip_helpers.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,9 +3416,10 @@ func (lane *CCIPLane) ValidateRequestByTxHash(txHash common.Hash, opts validatio
34163416
err = lane.Dest.AssertMessageContentMatch(lane.Logger, string(msgLog.MessageId[:]), []byte(lane.SentReqs[txHash][0].MessageData), timeout, reqStat)
34173417
if err != nil {
34183418
return errors.Wrap(err, "message validation failed")
3419-
} else {
3420-
log.Info().Msg("Message content validation successful")
34213419
}
3420+
3421+
log.Info().Msg("Message content validation successful")
3422+
34223423
}
34233424
if opts.expectAnyPhaseToFail {
34243425
return fmt.Errorf("expected at least any one phase to fail but no phase got failed")

0 commit comments

Comments
 (0)