MCPcopy Index your code
hub / github.com/github/github-mcp-server / TestLabelTeam

Function TestLabelTeam

pkg/ifc/ifc_test.go:354–359  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

352}
353
354func TestLabelTeam(t *testing.T) {
355 t.Parallel()
356 label := LabelTeam()
357 assert.Equal(t, IntegrityTrusted, label.Integrity)
358 assert.Equal(t, ConfidentialityPrivate, label.Confidentiality)
359}
360
361func TestLabelNotificationDetails(t *testing.T) {
362 t.Parallel()

Callers

nothing calls this directly

Calls 1

LabelTeamFunction · 0.85

Tested by

no test coverage detected