From d91b2e0730df68273cb1e95d964f05de3502f6a0 Mon Sep 17 00:00:00 2001 From: PraetorP Date: Mon, 25 Sep 2023 06:55:54 +0000 Subject: [PATCH] fix(xcm unique test): typo --- --- a/tests/src/xcm/xcmUnique.test.ts +++ b/tests/src/xcm/xcmUnique.test.ts @@ -1293,7 +1293,7 @@ const unitsPerSecond = 1n; const numAssetsWeightHint = 0; - if((await helper.assetManager.assetTypeId(uniqueAssetLocation)).toJSON) { + if((await helper.assetManager.assetTypeId(uniqueAssetLocation)).toJSON()) { console.log('Unique asset is already registered on MoonBeam'); } else { const encodedProposal = helper.assetManager.makeRegisterForeignAssetProposal({ -- gitstuff