fix test names & cleaning
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { InverseFuturesClient } from '../../src/inverse-futures-client';
|
||||
import { successResponseList, successResponseObject } from '../response.util';
|
||||
|
||||
describe('Public Inverse-Futures REST API GET Endpoints', () => {
|
||||
describe('Private Inverse-Futures REST API GET Endpoints', () => {
|
||||
const useLivenet = true;
|
||||
const API_KEY = process.env.API_KEY_COM;
|
||||
const API_SECRET = process.env.API_SECRET_COM;
|
||||
|
||||
@@ -5,7 +5,7 @@ import {
|
||||
successResponseObject,
|
||||
} from '../response.util';
|
||||
|
||||
describe('Public Inverse Futures REST API Endpoints', () => {
|
||||
describe('Public Inverse-Futures REST API Endpoints', () => {
|
||||
const useLivenet = true;
|
||||
const api = new InverseFuturesClient(undefined, undefined, useLivenet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user