github.com/hernad/nomad@v1.6.112/command/operator_raft_test.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  package command
     5  
     6  import (
     7  	"testing"
     8  
     9  	"github.com/hernad/nomad/ci"
    10  	"github.com/mitchellh/cli"
    11  )
    12  
    13  func TestOperator_Raft_Implements(t *testing.T) {
    14  	ci.Parallel(t)
    15  	var _ cli.Command = &OperatorRaftCommand{}
    16  }