usdc private test

This commit is contained in:
tiagosiebler
2022-09-16 14:09:01 +01:00
parent dd047326bf
commit d16dee8caa
6 changed files with 183 additions and 39 deletions

View File

@@ -40,7 +40,7 @@ describe('Private Spot V3 Websocket Client', () => {
badClient.subscribe(wsTopic);
expect(wsResponsePromise).rejects.toMatchObject({
ret_code: WS_ERROR_ENUM.BAD_API_KEY_SPOT_V3,
ret_code: WS_ERROR_ENUM.API_SIGN_AUTH_FAILED,
ret_msg: expect.any(String),
type: 'error',
});