fixed test

This commit is contained in:
dwertent
2022-01-05 16:45:50 +02:00
parent ce488a3645
commit b616a37800
-7
View File
@@ -1,9 +1,7 @@
package getter
import (
"os"
"path/filepath"
"testing"
)
var mockFrameworkBasePath = filepath.Join("examples", "mocks", "frameworks")
@@ -13,8 +11,3 @@ func MockNewLoadPolicy() *LoadPolicy {
filePaths: []string{""},
}
}
func TestBla(t *testing.T) {
dir, _ := os.Getwd()
t.Error(dir)
}