mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
fix: process conflict in windows
This commit is contained in:
parent
445db5614d
commit
e7543876db
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ func TestEra1Builder(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatalf("failed to open era: %v", err)
|
||||
}
|
||||
defer e.Close()
|
||||
it, err := NewRawIterator(e)
|
||||
if err != nil {
|
||||
t.Fatalf("failed to make iterator: %s", err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue