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

Function TestGistsService_Delete_invalidID

github/gists_test.go:748–755  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

746}
747
748func TestGistsService_Delete_invalidID(t *testing.T) {
749 t.Parallel()
750 client, _, _ := setup(t)
751
752 ctx := t.Context()
753 _, err := client.Gists.Delete(ctx, "%")
754 testURLParseError(t, err)
755}
756
757func TestGistsService_Star(t *testing.T) {
758 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
DeleteMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…