MCPcopy Create free account
hub / github.com/google/go-github / TestOrganizationsService_Edit_invalidOrg

Function TestOrganizationsService_Edit_invalidOrg

github/orgs_test.go:308–315  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

306}
307
308func TestOrganizationsService_Edit_invalidOrg(t *testing.T) {
309 t.Parallel()
310 client, _, _ := setup(t)
311
312 ctx := t.Context()
313 _, _, err := client.Organizations.Edit(ctx, "%", nil)
314 testURLParseError(t, err)
315}
316
317func TestOrganizationsService_Delete(t *testing.T) {
318 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…