github.com/opentofu/opentofu@v1.7.1/internal/command/cli_ui_test.go (about)

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