terraform/terraform/ui_output_mock_test.go

10 lines
118 B
Go
Raw Normal View History

2014-10-04 18:00:07 +02:00
package terraform
import (
"testing"
)
func TestMockUIOutput(t *testing.T) {
var _ UIOutput = new(MockUIOutput)
}