diff --git a/inhibit/inhibit_test.go b/inhibit/inhibit_test.go index 1b2d99f8..5d55032f 100644 --- a/inhibit/inhibit_test.go +++ b/inhibit/inhibit_test.go @@ -213,8 +213,8 @@ func TestInhibitRuleMatches(t *testing.T) { }, { // Matches both source and target filters of rule2, - // inhibited because sourceAlert2 matches also both the - // source and target filterof rule1. + // not inhibited because sourceAlert2 matches also both the + // source and target filter of rule1. target: model.LabelSet{"s2": "1", "t2": "1", "e": "1"}, expected: false, },