Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 79d250a

Browse files
committed
update
1 parent 6c655a3 commit 79d250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-eth/test/unit/rpc_method_wrappers/get_block.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('getBlock', () => {
9292
const expectedReturnFormat = { number: FMT_NUMBER.STR, bytes: FMT_BYTES.UINT8ARRAY };
9393
const expectedMockRpcResponse = noTransactionBlock;
9494
// TODO: Fix format to default have a default in oneOf if no schema is matched
95-
let formattedResult = format(
95+
const formattedResult = format(
9696
blockSchema,
9797
expectedMockRpcResponse,
9898
expectedReturnFormat,

0 commit comments

Comments
 (0)