Skip to content

Commit fe78617

Browse files
committed
fixtext
1 parent 9a1f3a2 commit fe78617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/github/pullrequests_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ func Test_GetPullRequestComments(t *testing.T) {
16101610
"repo": githubv4.String("repo"),
16111611
"prNum": githubv4.Int(42),
16121612
"first": githubv4.Int(30),
1613-
"commentsPerThread": githubv4.Int(50),
1613+
"commentsPerThread": githubv4.Int(100),
16141614
"after": (*githubv4.String)(nil),
16151615
},
16161616
githubv4mock.DataResponse(map[string]any{
@@ -1726,7 +1726,7 @@ func Test_GetPullRequestComments(t *testing.T) {
17261726
"repo": githubv4.String("repo"),
17271727
"prNum": githubv4.Int(999),
17281728
"first": githubv4.Int(30),
1729-
"commentsPerThread": githubv4.Int(50),
1729+
"commentsPerThread": githubv4.Int(100),
17301730
"after": (*githubv4.String)(nil),
17311731
},
17321732
githubv4mock.ErrorResponse("Could not resolve to a PullRequest with the number of 999."),
@@ -1751,7 +1751,7 @@ func Test_GetPullRequestComments(t *testing.T) {
17511751
"repo": githubv4.String("repo"),
17521752
"prNum": githubv4.Int(42),
17531753
"first": githubv4.Int(30),
1754-
"commentsPerThread": githubv4.Int(50),
1754+
"commentsPerThread": githubv4.Int(100),
17551755
"after": (*githubv4.String)(nil),
17561756
},
17571757
githubv4mock.DataResponse(map[string]any{

0 commit comments

Comments
 (0)