git.delta.rocks / unique-network / refs/commits / 22a4d5338189

difftreelog

fix remove .only

Daniel Shiposha2023-04-13parent: #603147b.patch.diff
in: master

1 file changed

modifiedtests/src/xcm/xcmUnique.test.tsdiffbeforeafterboth
726 expect(targetAccountBalance).to.be.equal(validTransferAmount);726 expect(targetAccountBalance).to.be.equal(validTransferAmount);
727 });727 });
728728
729 itSub.only('Should not accept reserve transfer of UNQ from Acala', async ({helper}) => {729 itSub('Should not accept reserve transfer of UNQ from Acala', async ({helper}) => {
730 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);730 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);
731 const [targetAccount] = await helper.arrange.createAccounts([0n], alice);731 const [targetAccount] = await helper.arrange.createAccounts([0n], alice);
732732
1255 expect(targetAccountBalance).to.be.equal(validTransferAmount);1255 expect(targetAccountBalance).to.be.equal(validTransferAmount);
1256 });1256 });
12571257
1258 itSub.only('Should not accept reserve transfer of UNQ from Moonbeam', async ({helper}) => {1258 itSub('Should not accept reserve transfer of UNQ from Moonbeam', async ({helper}) => {
1259 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);1259 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);
1260 const [targetAccount] = await helper.arrange.createAccounts([0n], alice);1260 const [targetAccount] = await helper.arrange.createAccounts([0n], alice);
12611261
1651 expect(targetAccountBalance).to.be.equal(validTransferAmount);1651 expect(targetAccountBalance).to.be.equal(validTransferAmount);
1652 });1652 });
16531653
1654 itSub.only('Should not accept reserve transfer of UNQ from Astar', async ({helper}) => {1654 itSub('Should not accept reserve transfer of UNQ from Astar', async ({helper}) => {
1655 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);1655 const testAmount = 10_000n * (10n ** UNQ_DECIMALS);
1656 const [targetAccount] = await helper.arrange.createAccounts([0n], alice);1656 const [targetAccount] = await helper.arrange.createAccounts([0n], alice);
16571657