diff --git a/test/http-test.js b/test/http-test.js index 68dd3671..216f4681 100644 --- a/test/http-test.js +++ b/test/http-test.js @@ -258,6 +258,7 @@ describe('HTTP', function() { it('should cleanup', async () => { consensus.COINBASE_MATURITY = 100; await wallet.close(); + await wclient.close(); await nclient.close(); await node.close(); });