MM-28247 Threads metadata table (#15571)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
10961f9500
Коммит
595248b10e
14
store/sqlstore/thread_store_test.go
Обычный файл
14
store/sqlstore/thread_store_test.go
Обычный файл
@@ -0,0 +1,14 @@
|
||||
// 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 TestThreadStore(t *testing.T) {
|
||||
StoreTestWithSqlSupplier(t, storetest.TestThreadStore)
|
||||
}
|
||||
Ссылка в новой задаче
Block a user