cleaning around tests
This commit is contained in:
@@ -27,7 +27,7 @@ describe('Public Inverse Perps Websocket Client', () => {
|
||||
wsClient.closeAll();
|
||||
});
|
||||
|
||||
it('should open a private ws connection', async () => {
|
||||
it('should open a public ws connection', async () => {
|
||||
const wsOpenPromise = waitForSocketEvent(wsClient, 'open');
|
||||
|
||||
expect(wsOpenPromise).resolves.toMatchObject({
|
||||
Reference in New Issue
Block a user