fix(#155): remove abandoned endpoints
This commit is contained in:
@@ -79,12 +79,6 @@ describe('Public Inverse-Futures REST API GET Endpoints', () => {
|
||||
);
|
||||
});
|
||||
|
||||
it('getRiskLimitList()', async () => {
|
||||
expect(await api.getRiskLimitList()).toMatchObject(
|
||||
successResponseList('ok')
|
||||
);
|
||||
});
|
||||
|
||||
it('getMyLastFundingFee()', async () => {
|
||||
expect(await api.getMyLastFundingFee({ symbol: symbol })).toMatchObject(
|
||||
successResponseObject()
|
||||
|
||||
Reference in New Issue
Block a user