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

Function TestGistsService_Unstar_invalidID

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

Source from the content-addressed store, hash-verified

814}
815
816func TestGistsService_Unstar_invalidID(t *testing.T) {
817 t.Parallel()
818 client, _, _ := setup(t)
819
820 ctx := t.Context()
821 _, err := client.Gists.Unstar(ctx, "%")
822 testURLParseError(t, err)
823}
824
825func TestGistsService_IsStarred_hasStar(t *testing.T) {
826 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
UnstarMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…