summaryrefslogtreecommitdiffstats
path: root/cmd/platform/version_test.go
blob: eea2549eeafb6b8e1307db8effac20b30d0d5341 (plain)
1
2
3
4
5
6
7
8
9
10
11
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")
}