MCPcopy Create free account
hub / github.com/git-bug/git-bug / TestLabelRGBAEqual

Function TestLabelRGBAEqual

entities/common/label_test.go:30–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

28}
29
30func TestLabelRGBAEqual(t *testing.T) {
31 color1 := Label("test").Color()
32 color2 := Label("test").Color()
33
34 require.Equal(t, color1, color2)
35}

Callers

nothing calls this directly

Calls 2

LabelTypeAlias · 0.70
ColorMethod · 0.65

Tested by

no test coverage detected