Files
mattermost/store/sqlstore/retention_policy_store_test.go
2021-04-20 13:16:40 -04:00

15 lines
327 B
Go

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package sqlstore
import (
"testing"
"github.com/mattermost/mattermost-server/v5/store/storetest"
)
func TestRetentionPolicyStore(t *testing.T) {
StoreTestWithSqlStore(t, storetest.TestRetentionPolicyStore)
}