diff options
Diffstat (limited to 'les')
-rw-r--r-- | les/helper_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/les/helper_test.go b/les/helper_test.go index fb9117ad1..d66cfa1a5 100644 --- a/les/helper_test.go +++ b/les/helper_test.go @@ -422,6 +422,7 @@ func newServerEnv(t *testing.T, blocks int, protocol int, waitIndexers func(*cor // Note bloom trie indexer will be closed by it parent recursively. cIndexer.Close() bIndexer.Close() + b.Close() } } @@ -503,5 +504,7 @@ func newClientServerEnv(t *testing.T, blocks int, protocol int, waitIndexers fun bIndexer.Close() lcIndexer.Close() lbIndexer.Close() + b.Close() + lb.Close() } } |