blob: 61e3861d81cf635b6f79b04ca86ae98687dd5a21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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")
}
|