Skip to content

Commit c21a48d

Browse files
committed
Make Can_AutoPage_Issues_Comments show paging issue
1 parent b60c7c9 commit c21a48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Octokit.GraphQL.IntegrationTests/Queries/IssueTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public async Task Can_AutoPage_Issues_Comments()
184184
{
185185
var query = new Query()
186186
.Repository(owner: "octokit", name: "octokit.net")
187-
.Issues().AllPages()
187+
.Issues().AllPages(50)
188188
.Select(issue => new
189189
{
190190
issue.Id,

0 commit comments

Comments
 (0)