mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08: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()}
|
||||
rule.active[h] = al
|
||||
|
||||
require.Equal(t, 1, t rule.ActiveAlertsCount())
|
||||
require.Equal(t, 1, rule.ActiveAlertsCount())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue