We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916e898 commit 3125034Copy full SHA for 3125034
1 file changed
tests/data_loader/test_data_loader_stable_row_id.py
@@ -12,7 +12,7 @@ def generator() -> list[EvaluationRow]:
12
),
13
mode="all",
14
)
15
-def test_data_loader_stable_row_id(rows: List[EvaluationRow]) -> List[EvaluationRow]:
+def test_data_loader_stable_row_id_with_same_content(rows: List[EvaluationRow]) -> List[EvaluationRow]:
16
"""Test that the row id is stable even when the data loader is called multiple times."""
17
row_ids = set()
18
for row in rows:
0 commit comments