Skip to content

Commit 3125034

Browse files
committed
add
1 parent 916e898 commit 3125034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/data_loader/test_data_loader_stable_row_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def generator() -> list[EvaluationRow]:
1212
),
1313
mode="all",
1414
)
15-
def test_data_loader_stable_row_id(rows: List[EvaluationRow]) -> List[EvaluationRow]:
15+
def test_data_loader_stable_row_id_with_same_content(rows: List[EvaluationRow]) -> List[EvaluationRow]:
1616
"""Test that the row id is stable even when the data loader is called multiple times."""
1717
row_ids = set()
1818
for row in rows:

0 commit comments

Comments
 (0)