fix tests

This commit is contained in:
tiagosiebler
2022-11-12 17:42:01 +00:00
parent 2b0a46e9e3
commit ba7099d11c
3 changed files with 9 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ describe('Private Linear REST API POST Endpoints', () => {
margin: 5,
})
).toMatchObject({
ret_code: API_ERROR_CODE.POSITION_SIZE_IS_ZERO,
ret_code: API_ERROR_CODE.ISOLATED_NOT_MODIFIED_LINEAR,
});
});