force close test websockets
This commit is contained in:
@@ -28,7 +28,7 @@ describe('Public Spot V1 Websocket Client', () => {
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
wsClient.closeAll();
|
||||
wsClient.closeAll(true);
|
||||
});
|
||||
|
||||
it('should open a public ws connection', async () => {
|
||||
|
||||
Reference in New Issue
Block a user