feat: default account type option #8732
Annotations
3 errors and 1 warning
packages/adapters/ethers5/src/tests/client.test.ts#L309
AssertionError: expected "spy" to be called with arguments: [ { chainId: 'eip155:1' } ]
Received:
1st spy call:
Array [
Object {
"chainId": "eip155:1",
+ "preferredAccountType": "smartAccount",
},
]
Number of calls: 1
❯ src/tests/client.test.ts:309:40
|
packages/adapters/ethers/src/tests/client.test.ts#L317
AssertionError: expected "spy" to be called with arguments: [ { chainId: 'eip155:1' } ]
Received:
1st spy call:
Array [
Object {
"chainId": "eip155:1",
+ "preferredAccountType": "smartAccount",
},
]
Number of calls: 1
❯ src/tests/client.test.ts:317:40
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
This job failed
Loading