fix test names & cleaning

This commit is contained in:
tiagosiebler
2022-09-10 19:59:38 +01:00
parent d2b41848ec
commit fe49cf9b12
20 changed files with 21 additions and 32 deletions

View File

@@ -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);