Files
nomad/command/node_status_test.go
2015-09-14 13:24:03 -07:00

12 lines
167 B
Go

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