mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 12:42:58 -06:00
a49e7eee8b
This is a partial copy of the terraform package to preserve the legacy types for internal use.
10 lines
118 B
Go
10 lines
118 B
Go
package terraform
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMockUIOutput(t *testing.T) {
|
|
var _ UIOutput = new(MockUIOutput)
|
|
}
|