Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed Jan 24, 2024
1 parent 3b00b43 commit 64e3ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/test/v0.8/automation/AutomationRegistry2_2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ describe('AutomationRegistry2_2', () => {
transcoder: transcoder.address,
registrars: [],
upkeepPrivilegeManager: upkeepManager,
reorgProtectionEnabled: true,
}

baseConfig = [
Expand Down Expand Up @@ -1271,7 +1272,7 @@ describe('AutomationRegistry2_2', () => {
}
})

it('handles case when check block number is older than 256 blocks', async () => {
it.only('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 64e3ab1

Please sign in to comment.