fix(): fix broken test

This commit is contained in:
Tiago Siebler
2023-03-22 17:04:14 +00:00
parent e9972ef829
commit 3942f7e3f5

View File

@@ -279,8 +279,7 @@ describe('Private Futures REST API POST Endpoints', () => {
} catch (e) {
// expect(e).toBeNull();
expect(e.body).toMatchObject({
// code: API_ERROR_CODE.FUTURES_ORDER_TPSL_NOT_FOUND,
code: API_ERROR_CODE.FUTURES_POSITION_DIRECTION_EMPTY,
code: API_ERROR_CODE.FUTURES_ORDER_TPSL_NOT_FOUND,
});
}
});