Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-CZ committed Oct 22, 2024
1 parent 8f9156a commit f23cf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SFC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ describe('SFC', () => {
const epochNumber = await this.sfc.currentEpoch();
await this.sfc.enableNonNodeCalls();
await this.sfc.sealEpoch([100, 101, 102], [100, 101, 102], [100, 101, 102], [100, 101, 102], 0);
const lastBlock = await ethers.provider.getBlockNumber()
const lastBlock = await ethers.provider.getBlockNumber();
// endBlock is on second position
expect((await this.sfc.getEpochSnapshot(epochNumber))[1]).to.equal(lastBlock);
expect(await this.sfc.getEpochEndBlock(epochNumber)).to.equal(lastBlock);
Expand Down

0 comments on commit f23cf1b

Please sign in to comment.