open-consul/command/catalog_command_test.go

9 lines
136 B
Go
Raw Normal View History

2017-07-14 19:45:08 +00:00
package command
import "testing"
func TestCatalogCommand_noTabs(t *testing.T) {
t.Parallel()
assertNoTabs(t, new(CatalogCommand))
}