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

12 lines
171 B
Go

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