mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
10 lines
95 B
Go
10 lines
95 B
Go
|
|
package sqlstore
|
||
|
|
|
||
|
|
func InitTest() {
|
||
|
|
initStores()
|
||
|
|
}
|
||
|
|
|
||
|
|
func TearDownTest() {
|
||
|
|
tearDownStores()
|
||
|
|
}
|