move test to private
This commit is contained in:
@@ -70,10 +70,6 @@ describe('Public Inverse REST API Endpoints', () => {
|
||||
).toMatchObject(successResponseList());
|
||||
});
|
||||
|
||||
it('getRiskLimitList()', async () => {
|
||||
expect(await api.getRiskLimitList()).toMatchObject(successResponseList());
|
||||
});
|
||||
|
||||
it('getLastFundingRate()', async () => {
|
||||
expect(await api.getLastFundingRate({ symbol })).toMatchObject(
|
||||
successResponseObject()
|
||||
|
||||
Reference in New Issue
Block a user