influxdb/chronograf/multistore/kapacitors_test.go

12 lines
191 B
Go
Raw Normal View History

package multistore
import (
"testing"
"github.com/influxdata/platform/chronograf"
)
func TestInterfaceImplementation(t *testing.T) {
var _ chronograf.ServersStore = &KapacitorStore{}
}