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

Function TestActivityService_Star_invalidID

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

Source from the content-addressed store, hash-verified

243}
244
245func TestActivityService_Star_invalidID(t *testing.T) {
246 t.Parallel()
247 client, _, _ := setup(t)
248
249 ctx := t.Context()
250 _, err := client.Activity.Star(ctx, "%", "%")
251 testURLParseError(t, err)
252}
253
254func TestActivityService_Unstar(t *testing.T) {
255 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
StarMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…