MCPcopy Index your code
hub / github.com/google/go-github / TestPullRequestsService_Edit_invalidOwner

Function TestPullRequestsService_Edit_invalidOwner

github/pulls_test.go:527–534  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

525}
526
527func TestPullRequestsService_Edit_invalidOwner(t *testing.T) {
528 t.Parallel()
529 client, _, _ := setup(t)
530
531 ctx := t.Context()
532 _, _, err := client.PullRequests.Edit(ctx, "%", "r", 1, &PullRequest{})
533 testURLParseError(t, err)
534}
535
536func TestPullRequestsService_ListCommits(t *testing.T) {
537 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
EditMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…