Another doc comment fix for inhibition tests
Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
parent
33638b1412
commit
f7df3743da
|
@ -214,7 +214,7 @@ func TestInhibitRuleMatches(t *testing.T) {
|
|||
{
|
||||
// Matches both source and target filters of rule2,
|
||||
// not inhibited because sourceAlert2 matches also both the
|
||||
// source and target filter of rule1.
|
||||
// source and target filter of rule2.
|
||||
target: model.LabelSet{"s2": "1", "t2": "1", "e": "1"},
|
||||
expected: false,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue