Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluisam committed Jan 6, 2025
1 parent fc1818d commit 6942488
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration-tests/ccip-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3416,9 +3416,10 @@ func (lane *CCIPLane) ValidateRequestByTxHash(txHash common.Hash, opts validatio
err = lane.Dest.AssertMessageContentMatch(lane.Logger, string(msgLog.MessageId[:]), []byte(lane.SentReqs[txHash][0].MessageData), timeout, reqStat)
if err != nil {
return errors.Wrap(err, "message validation failed")
} else {
log.Info().Msg("Message content validation successful")
}

log.Info().Msg("Message content validation successful")

}
if opts.expectAnyPhaseToFail {
return fmt.Errorf("expected at least any one phase to fail but no phase got failed")
Expand Down

0 comments on commit 6942488

Please sign in to comment.