diff --git a/packages/actions/src/eth/ethGetLogsHandler.spec.ts b/packages/actions/src/eth/ethGetLogsHandler.spec.ts index c1d0e4a8f..0cf7fee80 100644 --- a/packages/actions/src/eth/ethGetLogsHandler.spec.ts +++ b/packages/actions/src/eth/ethGetLogsHandler.spec.ts @@ -228,27 +228,29 @@ describe(ethGetLogsHandler.name, () => { }) }) - it('should work for past blocks in forked mode', async () => { - const client = createTevmNode({ - fork: { - transport: transports.optimism, - blockTag: 125985200n, - }, - }) - const logs = await ethGetLogsHandler(client)({ - filterParams: { - address: '0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1', - fromBlock: 125985142n, - toBlock: 125985142n, - topics: [ - '0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925', - '0x0000000000000000000000007f26A7572E8B877654eeDcBc4E573657619FA3CE', - '0x0000000000000000000000007B46fFbC976db2F94C3B3CDD9EbBe4ab50E3d77d', - ], - }, - }) - expect(logs).toHaveLength(1) - expect(logs).toMatchInlineSnapshot(` + it( + 'should work for past blocks in forked mode', + async () => { + const client = createTevmNode({ + fork: { + transport: transports.optimism, + blockTag: 125985200n, + }, + }) + const logs = await ethGetLogsHandler(client)({ + filterParams: { + address: '0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1', + fromBlock: 125985142n, + toBlock: 125985142n, + topics: [ + '0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925', + '0x0000000000000000000000007f26A7572E8B877654eeDcBc4E573657619FA3CE', + '0x0000000000000000000000007B46fFbC976db2F94C3B3CDD9EbBe4ab50E3d77d', + ], + }, + }) + expect(logs).toHaveLength(1) + expect(logs).toMatchInlineSnapshot(` [ { "address": "0xdc6ff44d5d932cbd77b52e5612ba0529dc6226f1",