tests for unified margin WS

This commit is contained in:
tiagosiebler
2022-09-16 19:56:24 +01:00
parent 2766a17fe8
commit 4eca5fb180
5 changed files with 169 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ describe('Public Unified Margin Websocket Client (Options)', () => {
}
});
it('should subscribe to public trade events', async () => {
it('should subscribe to public orderbook events', async () => {
const wsResponsePromise = waitForSocketEvent(wsClient, 'response');
// const wsUpdatePromise = waitForSocketEvent(wsClient, 'update');