From 140a7e91778447e058c1811103037437b2091c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 31 Jul 2019 11:35:57 +0300 Subject: accounts/abi/bind: support closing a simulated backend --- les/helper_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'les') 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() } } -- cgit v1.2.3