Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed Jan 24, 2024
1 parent 64e3ab1 commit 700ee3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ describe('AutomationRegistry2_2', () => {
}
})

it.only('handles case when check block number is older than 256 blocks', async () => {
it('handles case when check block number is older than 256 blocks', async () => {
for (let i = 0; i < 256; i++) {
await ethers.provider.send('evm_mine', [])
}
Expand Down

0 comments on commit 700ee3e

Please sign in to comment.