Этот коммит содержится в:
Chris
2017-06-26 09:36:47 -07:00
коммит произвёл Christopher Speller
родитель e285839ee1
Коммит 14467ee134
4 изменённых файлов: 56 добавлений и 3 удалений

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

@@ -0,0 +1,12 @@
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api
import (
"testing"
)
func TestOpenCommands(t *testing.T) {
testJoinCommands(t, "open")
}