i hate myself

This commit is contained in:
Brendan Forster
2014-07-10 15:19:30 +09:30
parent 5ad166ac1a
commit 69bc413655
@@ -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);