terraform/internal/command/cli_ui_test.go

12 lines
144 B
Go

package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestColorizeUi_impl(t *testing.T) {
var _ cli.Ui = new(ColorizeUi)
}