Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
gotjosh 2024-04-24 19:20:57 +01:00
parent 2de2fee035
commit cc2207148e
No known key found for this signature in database
GPG key ID: A6E1DDE38FF3C74E

View file

@ -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())
}