force close test websockets

This commit is contained in:
tiagosiebler
2022-11-11 10:24:16 +00:00
parent 30ceb61771
commit e0799a623f
16 changed files with 21 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ describe('Private Unified Margin Websocket Client', () => {
});
afterAll(() => {
wsClient.closeAll();
wsClient.closeAll(true);
});
it('should open a public ws connection', async () => {

View File

@@ -26,7 +26,7 @@ describe('Public Unified Margin Websocket Client (Options)', () => {
});
afterAll(() => {
wsClient.closeAll();
wsClient.closeAll(true);
});
it('should open a public ws connection', async () => {

View File

@@ -29,7 +29,7 @@ describe('Public Unified Margin Websocket Client (Perps - USDC)', () => {
});
afterAll(() => {
wsClient.closeAll();
wsClient.closeAll(true);
});
it('should open a public ws connection', async () => {

View File

@@ -29,7 +29,7 @@ describe('Public Unified Margin Websocket Client (Perps - USDT)', () => {
});
afterAll(() => {
wsClient.closeAll();
wsClient.closeAll(true);
});
it('should open a public ws connection', async () => {