mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
dropped mention of PullRequest to be consistent with other areas
This commit is contained in:
@@ -102,7 +102,7 @@ public class PullRequestReviewCommentsClientTests : IDisposable
|
||||
|
||||
await CreateComments(commentsToCreate, position, pullRequest.RepoName, pullRequest.PullRequestCommitId, pullRequest.PullRequestNumber);
|
||||
|
||||
var pullRequestComments = await _client.GetForPullRequest(Helper.UserName, pullRequest.RepoName, pullRequest.PullRequestNumber);
|
||||
var pullRequestComments = await _client.GetAll(Helper.UserName, pullRequest.RepoName, pullRequest.PullRequestNumber);
|
||||
|
||||
AssertComments(pullRequestComments, commentsToCreate, position);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user