fix(): plan order test

This commit is contained in:
Tiago Siebler
2023-03-22 15:14:19 +00:00
parent 31aee2a0e5
commit b2bbd8097c

View File

@@ -167,7 +167,6 @@ describe('Private Spot REST API GET Endpoints', () => {
).toMatchObject({ ).toMatchObject({
...sucessEmptyResponseObject(), ...sucessEmptyResponseObject(),
data: { data: {
endId: null,
nextFlag: false, nextFlag: false,
orderList: expect.any(Array), orderList: expect.any(Array),
}, },