Skip to content

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigoriy Simonov committed Oct 17, 2023
1 parent 3a78b40 commit ec700e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/inflation.seqtest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('integration test: Inflation', () => {

const treasuryBalanceBefore = await helper.balance.getSubstrate(TREASURY);

await helper.wait.forRelayBlockNumber(startBlock + blockInterval);
await helper.wait.forRelayBlockNumber(startBlock + blockInterval + 1);

const treasuryBalanceAfter = await helper.balance.getSubstrate(TREASURY);
expect(Number(treasuryBalanceAfter)).to.be.eqls(Number(treasuryBalanceBefore + blockInflation));
Expand Down

0 comments on commit ec700e9

Please sign in to comment.