@@ -45,7 +45,7 @@ func TestModKernelCtx(t *testing.T) {
_ = os.Setenv("LOCAL_HTTP_URL", baseUrl)
fnClear := func() {
- pwd := sf.me.Pwd() + pathStore
+ pwd := sf.me.Pwd().String() + pathStore
_ = os.RemoveAll(pwd)
}
fnClear()