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