fix integration tests

This commit is contained in:
tiagosiebler
2022-08-18 17:16:28 +01:00
parent 6aceea7879
commit c5385957c9
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ describe('Public Spot REST API Endpoints', () => {
});
it('getSymbols()', async () => {
expect(await api.getSymbols()).toMatchObject(successResponseList(''));
expect(await api.getSymbols()).toMatchObject(successResponseList());
});
it('getOrderBook()', async () => {