summaryrefslogtreecommitdiffstats
path: root/cmd/commands/version_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/commands/version_test.go')
-rw-r--r--cmd/commands/version_test.go14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmd/commands/version_test.go b/cmd/commands/version_test.go
new file mode 100644
index 000000000..24a1389b1
--- /dev/null
+++ b/cmd/commands/version_test.go
@@ -0,0 +1,14 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
+package commands
+
+import (
+ "testing"
+
+ "github.com/mattermost/mattermost-server/cmd"
+)
+
+func TestVersion(t *testing.T) {
+ cmd.CheckCommand(t, "version")
+}