chore(deps): update deps #1376
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors
|
src/createXcmTypes/util/getPaysWithFeeOriginAssetLocationFromRegistry.spec.ts > getPaysWithFeeOriginAssetLocationFromRegistry > Should correctly error when given a non unique asset symbol:
src/createXcmTypes/util/getPaysWithFeeOriginAssetLocationFromRegistry.spec.ts#L101
AssertionError: expected [Function err] to throw error including 'Multiple assets found with symbol USD…' but got 'Multiple assets found with symbol USD…'
- Expected
+ Received
@@ -2,7 +2,9 @@
assetId: 66 symbol: USDT
assetId: 67 symbol: USDT
assetId: 2000 symbol: USDT
assetId: 8888 symbol: USDT
assetId: 55555 symbol: USDT
+ assetId: 50000091 symbol: USDt
+ assetId: 50000123 symbol: USDT
assetId: 4000000012 symbol: USDT
Please provide an integer assetId or valid asset location for paysWithFeeOrigin rather than the token symbol
❯ src/createXcmTypes/util/getPaysWithFeeOriginAssetLocationFromRegistry.spec.ts:101:15
|
|
tests
Process completed with exit code 1.
|