mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +02:00
fix typo
Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
parent
2de2fee035
commit
cc2207148e
@ -1044,5 +1044,5 @@ func TestAlertingRule_ActiveAlertsCount(t *testing.T) {
|
|||||||
al := &Alert{State: StateFiring, Labels: lbls, ActiveAt: time.Now()}
|
al := &Alert{State: StateFiring, Labels: lbls, ActiveAt: time.Now()}
|
||||||
rule.active[h] = al
|
rule.active[h] = al
|
||||||
|
|
||||||
require.Equal(t, 1, t rule.ActiveAlertsCount())
|
require.Equal(t, 1, rule.ActiveAlertsCount())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user