Files
mostlymatter/cmd/mattermost/commands/version_test.go
2018-05-17 12:40:40 -07:00

13 строки
217 B
Go

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package commands
import (
"testing"
)
func TestVersion(t *testing.T) {
CheckCommand(t, "version")
}