--- a/tests/src/xcm/xcm.types.ts +++ b/tests/src/xcm/xcm.types.ts @@ -186,7 +186,7 @@ }; } - uniqueChainMultilocationForRelay() { + private _uniqueChainMultilocationForRelay() { return { V3: { parents: 0, @@ -552,7 +552,7 @@ await usingRelayPlaygrounds(relayUrl, async (helper) => { await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [ - this.uniqueChainMultilocationForRelay(), + this._uniqueChainMultilocationForRelay(), program, ]); }); @@ -608,7 +608,7 @@ await usingRelayPlaygrounds(relayUrl, async (helper) => { await helper.getSudo().executeExtrinsic(relaySudoer, 'api.tx.xcmPallet.send', [ - this.uniqueChainMultilocationForRelay(), + this._uniqueChainMultilocationForRelay(), program, ]); });