mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
save
This commit is contained in:
parent
e2c5984a12
commit
ab87125d58
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user