mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Remove comments for fixed behavior (#58951)
This commit is contained in:
parent
2d8910d9de
commit
c9286ff794
@ -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)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user