mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-16 15:01:13 +01:00
command: version test
This commit is contained in:
parent
a5c076851b
commit
9cbbe58253
11
command/version_test.go
Normal file
11
command/version_test.go
Normal file
@ -0,0 +1,11 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/mitchellh/cli"
|
||||
)
|
||||
|
||||
func TestVersionCommand_implements(t *testing.T) {
|
||||
var _ cli.Command = &VersionCommand{}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user