refactor tests for new constructor pattern

This commit is contained in:
tiagosiebler
2022-09-19 23:48:35 +01:00
parent f7d59b48c1
commit d3fa937cdf
30 changed files with 160 additions and 102 deletions

View File

@@ -6,8 +6,7 @@ import {
} from '../response.util';
describe('Public Inverse-Futures REST API Endpoints', () => {
const useLivenet = true;
const api = new InverseFuturesClient(undefined, undefined, useLivenet);
const api = new InverseFuturesClient();
const symbol = 'BTCUSD';
const interval = '15';