difftreelog
fix remove .only
in: master
1 file changed
tests/src/xcm/xcmUnique.test.tsdiffbeforeafterboth726 expect(targetAccountBalance).to.be.equal(validTransferAmount);726 expect(targetAccountBalance).to.be.equal(validTransferAmount);727 });727 });728728729 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);7327321255 expect(targetAccountBalance).to.be.equal(validTransferAmount);1255 expect(targetAccountBalance).to.be.equal(validTransferAmount);1256 });1256 });125712571258 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);126112611651 expect(targetAccountBalance).to.be.equal(validTransferAmount);1651 expect(targetAccountBalance).to.be.equal(validTransferAmount);1652 });1652 });165316531654 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