github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/cli_ui_test.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  package command
     5  
     6  import (
     7  	"testing"
     8  
     9  	"github.com/mitchellh/cli"
    10  )
    11  
    12  func TestColorizeUi_impl(t *testing.T) {
    13  	var _ cli.Ui = new(ColorizeUi)
    14  }