mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
12 lines
175 B
Go
12 lines
175 B
Go
package command
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/mitchellh/cli"
|
|
)
|
|
|
|
func TestOperator_Autopilot_Implements(t *testing.T) {
|
|
var _ cli.Command = &OperatorAutopilotCommand{}
|
|
}
|