chore: v.4.5.0 (#530) #26
Annotations
6 errors and 1 warning
tests/account/write.test.ts > Account:Write > should withdraw erc20 balances:
tests/account/write.test.ts#L333
AssertionError: expected -2n to be -1n // Object.is equality
- Expected
+ Received
- -1n
+ -2n
❯ tests/account/write.test.ts:333:60
|
tests/account/write.test.ts > Account:Write > should mint an NFT and pay with ERC20 - with token:
tests/account/write.test.ts#L368
AssertionError: expected 0n to deeply equal 9263896951612399823n
- Expected
+ Received
- 9263896951612399823n
+ 0n
❯ tests/account/write.test.ts:368:32
|
tests/account/write.test.ts > Account:Write > should mint an NFT and pay with ERC20 - with token selection and no maxApproval:
tests/account/write.test.ts#L420
AssertionError: expected 9263896951612399823n to deeply equal 0n
- Expected
+ Received
- 0n
+ 9263896951612399823n
❯ tests/account/write.test.ts:420:32
|
tests/paymaster/write.test.ts > Paymaster:Write > should withdraw nativeToken with sponsorship:
tests/paymaster/write.test.ts#L174
AssertionError: expected 4454862954512707n to be 1n // Object.is equality
- Expected
+ Received
- 1n
+ 4454862954512707n
❯ tests/paymaster/write.test.ts:174:50
|
tests/paymaster/write.test.ts > Paymaster:Write > should withdraw nativeToken and an erc20 token:
tests/paymaster/write.test.ts#L256
AssertionError: expected -2n to be -1n // Object.is equality
- Expected
+ Received
- -1n
+ -2n
❯ tests/paymaster/write.test.ts:256:60
|
coverage
Process completed with exit code 1.
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|