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

Function TestActivityService_IsStarred_invalidID

github/activity_star_test.go:211–218  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

209}
210
211func TestActivityService_IsStarred_invalidID(t *testing.T) {
212 t.Parallel()
213 client, _, _ := setup(t)
214
215 ctx := t.Context()
216 _, _, err := client.Activity.IsStarred(ctx, "%", "%")
217 testURLParseError(t, err)
218}
219
220func TestActivityService_Star(t *testing.T) {
221 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
IsStarredMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…