MCPcopy Create free account
hub / github.com/bytebase/bytebase / TestCanonicalizeIssueLabelsEmpty

Function TestCanonicalizeIssueLabelsEmpty

backend/store/issue_test.go:23–26  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21}
22
23func TestCanonicalizeIssueLabelsEmpty(t *testing.T) {
24 require.Empty(t, CanonicalizeIssueLabels(nil))
25 require.Empty(t, CanonicalizeIssueLabels([]string{"", " ", "\t"}))
26}

Callers

nothing calls this directly

Calls 1

CanonicalizeIssueLabelsFunction · 0.85

Tested by

no test coverage detected