This commit is contained in:
tiagosiebler
2022-05-05 21:28:36 +01:00
parent 51aa7ae1f5
commit 603a07ec85

View File

@@ -70,13 +70,6 @@ describe('Public Inverse REST API Endpoints', () => {
).toMatchObject(successResponseList()); ).toMatchObject(successResponseList());
}); });
//
//
//
//
//
//
it('getLastFundingRate()', async () => { it('getLastFundingRate()', async () => {
expect(await api.getLastFundingRate({ symbol })).toMatchObject( expect(await api.getLastFundingRate({ symbol })).toMatchObject(
successResponseObject() successResponseObject()