fix: process conflict in windows
This commit is contained in:
parent
445db5614d
commit
e7543876db
|
@ -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 New Issue