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 8c26d78 commit 03d1f8dCopy full SHA for 03d1f8d
tests/e2e/sendEmail.test.ts
@@ -704,10 +704,8 @@ describe('web3mail.sendEmail()', () => {
704
error.cause?.message ||
705
error.cause ||
706
error.errorCause;
707
- expect(causeMsg).toBe(
708
- `Cost per task (${
709
- dataPricePerAccess + workerpoolprice
710
- }) is greater than requester account stake (0). Orders can't be matched. If you are the requester, you should deposit to top up your account`
+ expect(String(causeMsg)).toContain(
+ "is greater than requester account stake (0). Orders can't be matched. If you are the requester, you should deposit to top up your account"
711
);
712
},
713
3 * MAX_EXPECTED_BLOCKTIME + MAX_EXPECTED_WEB2_SERVICES_TIME
0 commit comments