diff --git a/tests/src/xcm/xcmQuartz.test.ts b/tests/src/xcm/xcmQuartz.test.ts index 3e3fe14366..696a6ba37a 100644 --- a/tests/src/xcm/xcmQuartz.test.ts +++ b/tests/src/xcm/xcmQuartz.test.ts @@ -1020,9 +1020,7 @@ describeXCM('[XCM] Integration test: Exchanging QTZ with Moonriver', () => { }); itSub('Should connect and send QTZ to Moonriver', async ({helper}) => { - const currencyId = { - NativeAssetId: 'Here', - }; + const currencyId = 0; const dest = { V2: { parents: 1, diff --git a/tests/src/xcm/xcmUnique.test.ts b/tests/src/xcm/xcmUnique.test.ts index 2f738c3dcc..373afd52d9 100644 --- a/tests/src/xcm/xcmUnique.test.ts +++ b/tests/src/xcm/xcmUnique.test.ts @@ -1278,9 +1278,7 @@ describeXCM('[XCM] Integration test: Exchanging UNQ with Moonbeam', () => { }); itSub('Should connect and send UNQ to Moonbeam', async ({helper}) => { - const currencyId = { - NativeAssetId: 'Here', - }; + const currencyId = 0; const dest = { V2: { parents: 1,