Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Sep 11, 2023
1 parent 9334e94 commit 3e608eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcsclient/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func (client *GitHubClient) AddPullRequestReviewComments(ctx context.Context, ow
if _, _, err = ghClient.PullRequests.CreateComment(ctx, owner, repository, pullRequestID, &github.PullRequestComment{
CommitID: &latestCommitSHA,
Body: &comment.Content,
StartLine: &comment.NewStartLine,
StartLine: startLine,
Line: &comment.NewEndLine,
Path: &filePath,
}); err != nil {
Expand Down

0 comments on commit 3e608eb

Please sign in to comment.