Finalized integration testing for review comments

This commit is contained in:
Gabriel Weyer
2014-05-04 10:46:35 +10:00
parent 7223518239
commit f23ddf81f9
11 changed files with 279 additions and 91 deletions

View File

@@ -1,7 +1,9 @@
using Octokit.Internal;
using System.Diagnostics;
using Octokit.Internal;
namespace Octokit
{
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class PullRequestReviewCommentCreate : RequestParameters
{
/// <summary>
@@ -42,7 +44,5 @@ namespace Octokit
/// The line index in the diff to comment on.
/// </summary>
public int Position { get; private set; }
}
}