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

package sqlstore

import (
	"testing"

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

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