git.delta.rocks / unique-network / refs/commits / 74dbf886b682

difftreelog

Update tests/src/xcm/xcmUnique.test.ts

Daniel Shiposha2023-09-12parent: #8b26223.patch.diff
in: master

1 file changed

modifiedtests/src/xcm/xcmUnique.test.tsdiffbeforeafterboth
1006 expect(targetAccountBalance).to.be.equal(0n);1006 expect(targetAccountBalance).to.be.equal(0n);
1007 });1007 });
10081008
1009 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