Skip to content

Commit

Permalink
fix: moonbeam/moonriver XCM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 24, 2023
1 parent d245530 commit 0044408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/src/xcm/xcmQuartz.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 1 addition & 3 deletions tests/src/xcm/xcmUnique.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0044408

Please sign in to comment.