open-nomad/command/sentinel_list_test.go

13 lines
185 B
Go
Raw Normal View History

2017-09-19 14:47:10 +00:00
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestSentinelListCommand_Implements(t *testing.T) {
t.Parallel()
var _ cli.Command = &SentinelListCommand{}
}