mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 18:47:10 +00:00
14 lines
204 B
Go
14 lines
204 B
Go
package manager
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prometheus/common/mode"
|
|
)
|
|
|
|
func TestAggrGroupInsert(t *testing.T) {
|
|
ag := newAggrGroup(nil, model.LabelSet{
|
|
model.AlertNameLabel: "test",
|
|
}, opts)
|
|
}
|