mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-25 23:52:12 +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)
|
|
}
|