Skip to content

Commit ecb05e0

Browse files
committed
add
1 parent 3125034 commit ecb05e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data_loader/test_data_loader_stable_row_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def test_data_loader_stable_row_id_with_same_content(rows: List[EvaluationRow])
1919
row_ids.add(row.input_metadata.row_id)
2020
row.evaluation_result = EvaluateResult(score=0.0, reason="Dummy evaluation result")
2121
assert len(row_ids) == 2
22-
return rows
22+
return rows

0 commit comments

Comments
 (0)