1// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
2// See LICENSE.txt for license information.
3
4package sqlstore
5
6func InitTest() {
7	initStores()
8}
9
10func TearDownTest() {
11	tearDownStores()
12}
13