move test to private

This commit is contained in:
tiagosiebler
2022-05-07 22:23:58 +01:00
parent d11fbfa227
commit 72ce693d24
3 changed files with 7 additions and 5 deletions

View File

@@ -80,6 +80,12 @@ describe('Private Inverse REST API Endpoints', () => {
);
});
it('getRiskLimitList()', async () => {
expect(await api.getRiskLimitList()).toMatchObject(
successResponseList('ok')
);
});
it('getClosedPnl()', async () => {
expect(await api.getClosedPnl({ symbol: symbol })).toMatchObject(
successResponseObject()