git.delta.rocks / unique-network / refs/commits / 62d7507f57bc

difftreelog

fix maintenance tests - disable MM after the suite

Daniel Shiposha2023-09-08parent: #1d7b145.patch.diff
in: master

1 file changed

modifiedtests/src/maintenance.seqtest.tsdiffbeforeafterboth
416 });416 });
417 });417 });
418
419 after(async () => {
420 await usingPlaygrounds(async(helper) => {
421 await helper.getSudo().executeExtrinsic(superuser, 'api.tx.maintenance.disable', []);
422 });
423 });
418});424});
419425