diff --git a/notifier/github/client_test.go b/notifier/github/client_test.go index c1604a3..e84a117 100644 --- a/notifier/github/client_test.go +++ b/notifier/github/client_test.go @@ -213,7 +213,7 @@ func TestHasAnyLabelDefined(t *testing.T) { want: false, }, { - rl: ResultLabels{}, + rl: ResultLabels{}, want: false, }, } @@ -271,7 +271,7 @@ func TestIsResultLabels(t *testing.T) { want: false, }, { - rl: ResultLabels{}, + rl: ResultLabels{}, label: "", want: false, },