Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 14, 2024
1 parent d46adf8 commit 72d8875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describeSuite({
await context.createBlock();
// we create one more block to test we are persisting candidates every block
const parasHeadAfterTwoBlocks = await context.polkadotJs().query.paras.heads(2000);
expect(parasHeadAfterOneBlock).to.not.be.eq(parasHeadAfterTwoBlocks);
expect(parasHeadAfterOneBlock).to.not.be.eq(parasHeadAfterTwoBlocks);
const header2000 = await getHeaderFromRelay(context.polkadotJs(), 2000);
expect(header2000.number.toBigInt()).to.be.equal(31n);
},
Expand Down

0 comments on commit 72d8875

Please sign in to comment.