tech(alerting): change from array to map

This commit is contained in:
bergquist
2016-05-23 17:04:57 +02:00
parent 77ec575b46
commit 7229fb7a76
5 changed files with 74 additions and 45 deletions

View File

@@ -0,0 +1,18 @@
package sqlstore
import (
"testing"
// m "github.com/grafana/grafana/pkg/models"
. "github.com/smartystreets/goconvey/convey"
)
func TestAlertingHeartbeatDataAccess(t *testing.T) {
Convey("Testing Alerting data access", t, func() {
InitTestDB(t)
//send heartbeat from server 1
//send heartbeat from server 2
})
}