Skip to content

Commit

Permalink
formatting pulls_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
RickleAndMortimer committed Jun 28, 2023
1 parent 90083cd commit 2dd9f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/pulls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestPullRequestsService_ListPullRequestsWithCommit(t *testing.T) {
testMethod(t, r, "GET")
testHeader(t, r, "Accept", mediaTypeListPullsOrBranchesForCommitPreview)
testFormValues(t, r, values{
"page": "2",
"page": "2",
})
fmt.Fprint(w, `[{"number":1}]`)
})
Expand Down

0 comments on commit 2dd9f5c

Please sign in to comment.