Skip to content

Commit 480fae0

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

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
@@ -715,7 +715,7 @@ def _test_rpc_tools(self):
715715
'params': {
716716
'module': 'proxy',
717717
'action': 'eth_getBlockByNumber',
718-
'tag': self.test_data['recent_block'],
718+
'tag': hex(int(self.test_data['recent_block'])),
719719
'boolean': 'true',
720720
'chainid': '1'
721721
}

0 commit comments

Comments
 (0)