difftreelog
Update tests/src/xcm/xcmUnique.test.ts
in: master
1 file changed
tests/src/xcm/xcmUnique.test.tsdiffbeforeafterboth1006 expect(targetAccountBalance).to.be.equal(0n);1006 expect(targetAccountBalance).to.be.equal(0n);1007 });1007 });100810081009 itSub('Should not accept reserve transfer of UNQ from Acala', async ({helper}) => {1009 itSub('Should not accept reserve transfer of UNQ from Polkadex', async ({helper}) => {1010 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);1010 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);1011 const targetAccount = helper.arrange.createEmptyAccount();1011 const targetAccount = helper.arrange.createEmptyAccount();10121012