From e38520f684ae9f0cad4e76003de1357e315d7bf1 Mon Sep 17 00:00:00 2001 From: PraetorP Date: Fri, 09 Jun 2023 12:09:03 +0000 Subject: [PATCH] test(app-promo): added 1 block --- --- a/tests/src/migrations/942057-appPromotion/correctStateAfterMaintenance.ts +++ b/tests/src/migrations/942057-appPromotion/correctStateAfterMaintenance.ts @@ -49,6 +49,7 @@ const failedBlocks: bigint[] = []; let isSuccess = true; + await helper.wait.newBlocks(1); for(const b of filteredBlocks) { if(((await api.query.appPromotion.pendingUnstake(b)).toJSON() as any[]).length != 0) { -- gitstuff