Cleanup related to context refactor (#9988)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
829f183bb0
Коммит
8429add371
@@ -21,14 +21,14 @@ import (
|
||||
"github.com/mattermost/mattermost-server/app"
|
||||
"github.com/mattermost/mattermost-server/model"
|
||||
"github.com/mattermost/mattermost-server/store"
|
||||
"github.com/mattermost/mattermost-server/utils"
|
||||
"github.com/mattermost/mattermost-server/utils/fileutils"
|
||||
"github.com/mattermost/mattermost-server/utils/testutils"
|
||||
)
|
||||
|
||||
var testDir = ""
|
||||
|
||||
func init() {
|
||||
testDir, _ = utils.FindDir("tests")
|
||||
testDir, _ = fileutils.FindDir("tests")
|
||||
}
|
||||
|
||||
func checkCond(tb testing.TB, cond bool, text string) {
|
||||
|
||||
Ссылка в новой задаче
Block a user