Files
mostlymatter/store/sqlstore/tokens_store_test.go
Kirill Krotov 0dbc74f6d5 [GH-18965] - Pass expire time from outside Cleanup method (#19008)
Pass expire time from outside Cleanup method

Fixes #18965
2021-12-22 14:57:30 +05:30

15 строки
297 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/v6/store/storetest"
)
func TestTokensStore(t *testing.T) {
StoreTest(t, storetest.TestTokensStore)
}