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

@@ -22,11 +22,7 @@ describe('Public USDC Option Websocket Client', () => {
wsClientOptions,
getSilentLogger('expectSuccessNoAuth')
);
});
beforeEach(() => {
wsClient.removeAllListeners();
// logAllEvents(wsClient);
wsClient.connectPublic();
});
afterAll(() => {