feat(): separated private and public tests
This commit is contained in:
@@ -90,7 +90,7 @@ describe.skip('Private Spot Websocket Client', () => {
|
||||
event: 'login',
|
||||
});
|
||||
} catch (e) {
|
||||
console.error(`Wait for "books" subscription response exception: `, e);
|
||||
console.error('Wait for "books" subscription response exception: ', e);
|
||||
expect(e).toBeFalsy();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user