diff --git a/test/futures/private.write.test.ts b/test/futures/private.write.test.ts index 853b15e..15a2f61 100644 --- a/test/futures/private.write.test.ts +++ b/test/futures/private.write.test.ts @@ -268,7 +268,8 @@ 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_ORDER_TPSL_NOT_FOUND, + code: API_ERROR_CODE.FUTURES_POSITION_DIRECTION_EMPTY, }); } });