10 lines
126 B
Go
10 lines
126 B
Go
|
package ovf
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func testConfig(t *testing.T) map[string]interface{} {
|
||
|
return map[string]interface{}{}
|
||
|
}
|