github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/legacy/terraform/ui_output_callback_test.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 package terraform 5 6 import ( 7 "testing" 8 ) 9 10 func TestCallbackUIOutput_impl(t *testing.T) { 11 var _ UIOutput = new(CallbackUIOutput) 12 }