summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/role_store_test.go
blob: e89930f7110acded3c877051a8df5c2e587dd82b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2018-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package sqlstore

import (
	"testing"

	"github.com/mattermost/mattermost-server/store/storetest"
)

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