Skip to content

Commit

Permalink
fix(xcm unique test): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PraetorP committed Sep 25, 2023
1 parent 1c02514 commit be198ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/xcm/xcmUnique.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ describeXCM('[XCM] Integration test: Exchanging UNQ with Moonbeam', () => {
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({
Expand Down

0 comments on commit be198ab

Please sign in to comment.