consul/command/operator_autopilot_test.go

13 lines
189 B
Go
Raw Normal View History

2017-02-24 15:54:49 -08:00
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestOperator_Autopilot_Implements(t *testing.T) {
2017-05-22 20:18:53 +02:00
t.Parallel()
2017-02-24 15:54:49 -08:00
var _ cli.Command = &OperatorAutopilotCommand{}
}