difftreelog
Fix app-promotion tests for a sequential launch
in: master
1 file changed
tests/src/app-promotion.seqtest.tsdiffbeforeafterboth34 });34 });35 });35 });3637 after(async () => {38 await usingPlaygrounds(async (helper) => {39 const api = helper.getApi();40 await helper.signTransaction(superuser, api.tx.sudo.sudo(api.tx.appPromotion.setAdminAddress({Substrate: palletAdmin.address})));41 });42 });364337 describe('admin adress', () => {44 describe('admin adress', () => {38 itSub('can be set by sudo only', async ({helper}) => {45 itSub('can be set by sudo only', async ({helper}) => {