summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/service_terms_store_test.go
blob: 030d0d7aeec15f72dd2b2e89c05ca4afd48b39fc (plain)
1
2
3
4
5
6
7
8
9
10
package sqlstore

import (
	"github.com/mattermost/mattermost-server/store/storetest"
	"testing"
)

func TestServiceTermsStore(t *testing.T) {
	StoreTest(t, storetest.TestServiceTermsStore)
}