diff --git a/test/futures/private.write.test.ts b/test/futures/private.write.test.ts index d7d5492..5446cca 100644 --- a/test/futures/private.write.test.ts +++ b/test/futures/private.write.test.ts @@ -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, }); } });