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

Function TestIssuesService_Edit_invalidOwner

github/issues_test.go:422–429  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

420}
421
422func TestIssuesService_Edit_invalidOwner(t *testing.T) {
423 t.Parallel()
424 client, _, _ := setup(t)
425
426 ctx := t.Context()
427 _, _, err := client.Issues.Edit(ctx, "%", "r", 1, nil)
428 testURLParseError(t, err)
429}
430
431func TestIssuesService_Lock(t *testing.T) {
432 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…