From 700ee3e0a5fc918ea8b08222cddb95830e69f0bc Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Wed, 24 Jan 2024 16:59:29 -0500 Subject: [PATCH] remove only --- contracts/test/v0.8/automation/AutomationRegistry2_2.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/test/v0.8/automation/AutomationRegistry2_2.test.ts b/contracts/test/v0.8/automation/AutomationRegistry2_2.test.ts index effe987c91c..6a5dc2bfc53 100644 --- a/contracts/test/v0.8/automation/AutomationRegistry2_2.test.ts +++ b/contracts/test/v0.8/automation/AutomationRegistry2_2.test.ts @@ -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', []) }