refactor tests for new constructor pattern
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user