mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
fixed test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user