Skip to content

Commit

Permalink
test(app-promo): added 1 block
Browse files Browse the repository at this point in the history
  • Loading branch information
PraetorP committed Jun 9, 2023
1 parent 078a748 commit e38520f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const main = async(options: { wsEndpoint: string; donorSeed: string } = {

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) {
Expand Down

0 comments on commit e38520f

Please sign in to comment.