update tools/data_process.py.

This commit is contained in:
zy7y 2021-02-24 11:14:41 +08:00 committed by Gitee
parent e7df95a9b2
commit 4457a30f5b
1 changed files with 1 additions and 1 deletions

View File

@ -117,5 +117,5 @@ class DataProcess:
try:
assert actual == v
except AssertionError:
raise AssertionError(f'断言失败 -|- 实际结果:{actual} || 预期结果: {v}')
raise AssertionError(f'{index}断言失败 -|- 实际结果:{actual} || 预期结果: {v}')