Skip to content

Commit

Permalink
typos childBlocksForL1Block.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoss authored Dec 26, 2024
1 parent bd516f9 commit e0123fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/tests/unit/childBlocksForL1Block.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Child blocks lookup for a Parent block', () => {
}
}

it('successfully searches for an Child block range', async function () {
it('successfully searches for a Child block range', async function () {
const childBlocks = await getBlockRangesForL1Block({
arbitrumProvider: arbProvider,
forL1Block: 17926532,
Expand All @@ -84,7 +84,7 @@ describe('Child blocks lookup for a Parent block', () => {
await validateChildBlocks({ childBlocks, childBlocksCount: 2 })
})

it('fails to search for an Child block range', async function () {
it('fails to search for a Child block range', async function () {
const childBlocks = await getBlockRangesForL1Block({
arbitrumProvider: arbProvider,
forL1Block: 17926533,
Expand Down

0 comments on commit e0123fe

Please sign in to comment.