Files
mattermost/cmd/platform/version_test.go

13 lines
213 B
Go
Raw Normal View History

// 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")
}