blob: 0a23c2e2349ab40eee1f7140336a40819557df15 [file] [log] [blame]
package terraform
import (
"testing"
)
func TestMockUIOutput(t *testing.T) {
var _ UIOutput = new(MockUIOutput)
}