open-consul/command/version_test.go

11 lines
160 B
Go

package command
import (
"github.com/mitchellh/cli"
"testing"
)
func TestVersionCommand_implements(t *testing.T) {
var _ cli.Command = &VersionCommand{}
}