github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/command/operator_test.go (about)

     1  package command
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/hashicorp/nomad/ci"
     7  	"github.com/mitchellh/cli"
     8  )
     9  
    10  func TestOperator_Implements(t *testing.T) {
    11  	ci.Parallel(t)
    12  	var _ cli.Command = &OperatorCommand{}
    13  }