Этот коммит содержится в:
Chris
2017-07-04 18:26:31 -07:00
коммит произвёл Saturnino Abril
родитель 8f8a978e84
Коммит 5bd60a4d1e
4 изменённых файлов: 75 добавлений и 0 удалений

13
api/command_search_test.go Обычный файл
Просмотреть файл

@@ -0,0 +1,13 @@
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api
import (
"testing"
)
func TestSearchCommand(t *testing.T) {
th := Setup().InitBasic()
th.BasicClient.Must(th.BasicClient.Command(th.BasicChannel.Id, "/search"))
}