mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
12 lines
145 B
Go
12 lines
145 B
Go
package api
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/smartystreets/goconvey/convey"
|
|
)
|
|
|
|
func TestAlertingApi(t *testing.T) {
|
|
Convey("", func() {})
|
|
}
|