fix tests

This commit is contained in:
tiagosiebler
2022-09-16 14:21:11 +01:00
parent 08f0914740
commit f4a569dcba
7 changed files with 27 additions and 47 deletions

View File

@@ -94,6 +94,10 @@ describe('Public Linear Perps Websocket Client', () => {
wsClient.subscribe(wsTopic);
await Promise.all([wsResponsePromise]);
try {
await Promise.all([wsResponsePromise]);
} catch (e) {
//
}
});
});