mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
i hate myself
This commit is contained in:
@@ -74,6 +74,8 @@ public class PullRequestReviewCommentsClientTests : IDisposable
|
||||
|
||||
Assert.Equal(createdComment.UpdatedAt, createdComment.CreatedAt);
|
||||
|
||||
await Task.Delay(TimeSpan.FromSeconds(2));
|
||||
|
||||
var edit = new PullRequestReviewCommentEdit("Edited Comment");
|
||||
|
||||
var editedComment = await _client.Edit(Helper.UserName, _repository.Name, createdComment.Id, edit);
|
||||
|
||||
Reference in New Issue
Block a user