Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Jan 9, 2025
1 parent 5c3bfd7 commit 4d703b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_v2_table_ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_tool_eval_01(self):

def test_tool_eval_02(self):
_sys_file_urls = {
"test-name": [self.image_url]
"test-name": self.image_url
}
result = self.com.tool_eval(_sys_file_names = ["test-name"], _sys_file_urls = _sys_file_urls)
for res in result:
Expand Down

0 comments on commit 4d703b9

Please sign in to comment.