mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
10 lines
131 B
Go
10 lines
131 B
Go
package terraform
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestCallbackUIOutput_impl(t *testing.T) {
|
|
var _ UIOutput = new(CallbackUIOutput)
|
|
}
|