bump node version, update readme, fix test code

This commit is contained in:
Tiago Siebler
2022-11-22 11:27:33 +00:00
parent c8aca710b7
commit b3c4c43f63
5 changed files with 16 additions and 12 deletions

View File

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