git.delta.rocks / unique-network / refs/commits / 85e2544b8d19

difftreelog

Fix app-promotion tests for a sequential launch

Max Andreev2022-10-13parent: #795e0bd.patch.diff
in: master

1 file changed

modifiedtests/src/app-promotion.seqtest.tsdiffbeforeafterboth
34 });34 });
35 });35 });
36
37 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 });
3643
37 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}) => {