http-test: close wclient.

This commit is contained in:
Nodar Chkuaselidze 2018-06-15 02:44:53 +04:00
parent f00ed98eea
commit ce1f1fbcb2
No known key found for this signature in database
GPG Key ID: 8E1B4DC29040BD90

View File

@ -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();
});