fix(): futures request type test
This commit is contained in:
@@ -70,7 +70,7 @@ describe('Public Spot REST API Endpoints', () => {
|
|||||||
|
|
||||||
it('getCandles()', async () => {
|
it('getCandles()', async () => {
|
||||||
expect(
|
expect(
|
||||||
await api.getCandles(symbol, '1min', `${from}`, `${to}`),
|
await api.getCandles(symbol, '1m', `${from}`, `${to}`),
|
||||||
).toMatchObject(expect.any(Array));
|
).toMatchObject(expect.any(Array));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user