Skip to content

Commit 9e41b2c

Browse files
committed
fix ut
1 parent d000f19 commit 9e41b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pytest/test_pytest_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def test_pytest_async(rows: List[EvaluationRow]) -> List[EvaluationRow]:
3232
],
3333
],
3434
completion_params=[{"model": "accounts/fireworks/models/kimi-k2-instruct"}],
35-
mode="all",
35+
mode="pointwise",
3636
)
3737
async def test_pytest_async_pointwise(row: EvaluationRow) -> EvaluationRow:
3838
"""Run pointwise evaluation on sample dataset using pytest interface."""

0 commit comments

Comments
 (0)