We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f603ecc commit 824116cCopy full SHA for 824116c
tests/basic.ispec.js
@@ -234,6 +234,6 @@ test("sign_invalid", async () => {
234
const responseSign = await app.sign(path, invalidMessage);
235
236
console.log(responseSign);
237
- expect(responseSign.return_code).toEqual(0x6a80);
238
- expect(responseSign.error_message).toEqual("JSON Missing account_number");
+ expect(responseSign.return_code).toEqual(0x6984);
+ expect(responseSign.error_message).toEqual("Data is invalid : JSON Missing account number");
239
});
0 commit comments