Alerting: Remove comments for fixed behavior (#58951)

This commit is contained in:
George Robinson
2022-11-23 15:37:15 +01:00
committed by GitHub
parent 2d8910d9de
commit c9286ff794
-2
View File
@@ -226,7 +226,6 @@ func TestConditionsCmd(t *testing.T) {
},
expected: func() mathexp.Results {
v := newNumber(ptr.Float64(1))
// This too seems incorrect, looks like we don't call the evaluator
v.SetMeta([]EvalMatch{{Value: nil}})
return newResults(v)
},
@@ -251,7 +250,6 @@ func TestConditionsCmd(t *testing.T) {
},
expected: func() mathexp.Results {
v := newNumber(ptr.Float64(1))
// This seems incorrect
v.SetMeta([]EvalMatch{{Value: nil}})
return newResults(v)
},