This commit is contained in:
alex.sharov 2023-03-23 16:25:08 +07:00
parent e2c5984a12
commit ab87125d58

View File

@ -1797,7 +1797,7 @@ func TestGolangBindings(t *testing.T) {
t.Skip("go sdk not found for testing")
}
// Create a temporary workspace for the test suite
ws := "" //t.TempDir()
ws := t.TempDir()
pkg := filepath.Join(ws, "bindtest")
if err := os.MkdirAll(pkg, 0700); err != nil {