Skip to content

Commit 6a1a7fd

Browse files
committed
clean up
1 parent d5e8012 commit 6a1a7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/core/kiln_ai/adapters/eval/test_eval_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ async def run_task_and_eval(self, eval_job_item: TaskRun):
826826
"kiln_ai.adapters.eval.eval_runner.eval_adapter_from_type",
827827
return_value=lambda *args, **kwargs: MockEvaluator(*args, **kwargs),
828828
):
829-
with pytest.raises(Exception):
829+
with pytest.raises(ValueError):
830830
await mock_eval_runner.run_job(job)
831831

832832
# For full_trace evals, None trace should fail and not save a run

0 commit comments

Comments
 (0)