acceptance #240
Annotations
3 errors
acceptance
@moonbeam-network/xcm-sdk#test:acc: command (/home/runner/work/xcm-sdk/xcm-sdk/packages/sdk) /opt/hostedtoolcache/node/20.12.1/x64/bin/npm run test:acc exited (1)
|
sdk › getParachainBalances › should get expected balances for Moonbeam:
packages/sdk/tests/acceptance/sdk.test.ts#L24
expect(received).toMatchSnapshot()
Snapshot name: `sdk getParachainBalances should get expected balances for Moonbeam 1`
- Snapshot - 0
+ Received + 14
@@ -1,8 +1,15 @@
[
r {
"amount": 0n,
+ "decimals": 12,
+ "key": "bncs",
+ "originSymbol": "BNCS",
+ "symbol": "BNCS",
+ },
+ r {
+ "amount": 0n,
"decimals": 10,
"key": "sub",
"originSymbol": "SUB",
"symbol": "SUB",
},
@@ -94,10 +101,17 @@
"amount": 0n,
"decimals": 12,
"key": "hdx",
"originSymbol": "HDX",
"symbol": "HDX",
+ },
+ r {
+ "amount": 0n,
+ "decimals": 10,
+ "key": "ded",
+ "originSymbol": "DED",
+ "symbol": "DED",
},
r {
"amount": 0n,
"decimals": 10,
"key": "pink",
at Object.<anonymous> (tests/acceptance/sdk.test.ts:24:22)
|
acceptance
Process completed with exit code 1.
|