Skip to content

Commit be588b3

Browse files
committed
fix tests
1 parent 0cf99fc commit be588b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/evm-rpc/tests/merge-get-logs.integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,14 +340,14 @@ describe("EvmRpcStream", () => {
340340

341341
const merged = await mergedStream.fetchBlockRange({
342342
startBlock,
343-
finalizedBlock: endBlock,
343+
maxBlock: endBlock,
344344
force: true,
345345
filter,
346346
});
347347

348348
const standard = await standardStream.fetchBlockRange({
349349
startBlock,
350-
finalizedBlock: endBlock,
350+
maxBlock: endBlock,
351351
force: true,
352352
filter,
353353
});

0 commit comments

Comments
 (0)