Skip to content

Commit 2232a2c

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 480fae0 commit 2232a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_all_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def _test_block_tools(self):
349349
'params': {
350350
'module': 'proxy',
351351
'action': 'eth_getBlockTransactionCountByNumber',
352-
'tag': self.test_data['recent_block'],
352+
'tag': hex(int(self.test_data['recent_block'])),
353353
'chainid': '1'
354354
}
355355
}

0 commit comments

Comments
 (0)