fix(): more changes to consistent 5x tests
This commit is contained in:
@@ -78,7 +78,7 @@ describe('Private USDC Perp REST API POST Endpoints', () => {
|
||||
});
|
||||
|
||||
it('setLeverage()', async () => {
|
||||
expect(await api.setLeverage(symbol, '10')).toMatchObject({
|
||||
expect(await api.setLeverage(symbol, '5')).toMatchObject({
|
||||
retCode: API_ERROR_CODE.LEVERAGE_NOT_MODIFIED,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user