Sign in
third-party-mirror
/
terraform
/
6a3c811625035624e0fb8a0ebbb7d03982d6303c
/
.
/
v1.3.10
/
internal
/
command
/
cli_ui_test.go
blob: ac2b7d7ea8fd62de4a7c93a41576b646b867d1ca [
file
] [
log
] [
blame
]
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestColorizeUi_impl(t *testing.T) {
var _ cli.Ui = new(ColorizeUi)
}