From 14467ee1347de69aad7d83d305c413a5f0b5f6c2 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 26 Jun 2017 09:36:47 -0700 Subject: add /open command (#6717) --- api/command_open_test.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 api/command_open_test.go (limited to 'api/command_open_test.go') diff --git a/api/command_open_test.go b/api/command_open_test.go new file mode 100644 index 000000000..61e3861d8 --- /dev/null +++ b/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") +} -- cgit v1.2.3-1-g7c22