Files
grafana/pkg/api/alerting_test.go
2016-12-16 15:00:58 +01:00

12 lines
145 B
Go

package api
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
)
func TestAlertingApi(t *testing.T) {
Convey("", func() {})
}