mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
command: version tests
This commit is contained in:
parent
a5a2c3ceb7
commit
356b48827b
1 changed files with 11 additions and 0 deletions
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…
Reference in a new issue