mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-12 16:00:25 -04:00
10 lines
118 B
Go
10 lines
118 B
Go
package terraform
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMockUIOutput(t *testing.T) {
|
|
var _ UIOutput = new(MockUIOutput)
|
|
}
|