(t *testing.T)
| 21 | } |
| 22 | |
| 23 | func TestCanonicalizeIssueLabelsEmpty(t *testing.T) { |
| 24 | require.Empty(t, CanonicalizeIssueLabels(nil)) |
| 25 | require.Empty(t, CanonicalizeIssueLabels([]string{"", " ", "\t"})) |
| 26 | } |
nothing calls this directly
no test coverage detected