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

Function TestActivityService_Unstar_invalidID

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

Source from the content-addressed store, hash-verified

277}
278
279func TestActivityService_Unstar_invalidID(t *testing.T) {
280 t.Parallel()
281 client, _, _ := setup(t)
282
283 ctx := t.Context()
284 _, err := client.Activity.Unstar(ctx, "%", "%")
285 testURLParseError(t, err)
286}
287
288func TestStarredRepository_Marshal(t *testing.T) {
289 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…