Skip to content

Commit 51f88d1

Browse files
committed
fix test function name
test_collect_longrepr_div_zero_dict()
1 parent d8fe918 commit 51f88d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ai_tutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def json_dict_div_zero_try_except(div_zero_report_path:pathlib.Path) -> Dict[str
5151
return result
5252

5353

54-
def test_collect_longrepr(json_dict_div_zero_try_except:Dict):
54+
def test_collect_longrepr_div_zero_dict(json_dict_div_zero_try_except:Dict):
5555
result = ai_tutor.collect_longrepr(json_dict_div_zero_try_except)
5656

5757
assert result

0 commit comments

Comments
 (0)