git.delta.rocks / unique-network / refs/commits / d91b2e0730df

difftreelog

fix(xcm unique test) typo

PraetorP2023-09-25parent: #355fa3f.patch.diff
in: master

1 file changed

modifiedtests/src/xcm/xcmUnique.test.tsdiffbeforeafterboth
1293 const unitsPerSecond = 1n;1293 const unitsPerSecond = 1n;
1294 const numAssetsWeightHint = 0;1294 const numAssetsWeightHint = 0;
12951295
1296 if((await helper.assetManager.assetTypeId(uniqueAssetLocation)).toJSON) {1296 if((await helper.assetManager.assetTypeId(uniqueAssetLocation)).toJSON()) {
1297 console.log('Unique asset is already registered on MoonBeam');1297 console.log('Unique asset is already registered on MoonBeam');
1298 } else {1298 } else {
1299 const encodedProposal = helper.assetManager.makeRegisterForeignAssetProposal({1299 const encodedProposal = helper.assetManager.makeRegisterForeignAssetProposal({