Skip to content

Commit bbc3e17

Browse files
committed
fix: typing problem in tests
1 parent 78b8803 commit bbc3e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/evaluators/test_evaluator_methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,4 +1560,5 @@ async def capture_chat_completions(**kwargs: Any) -> Any:
15601560

15611561
# Verify evaluation result
15621562
assert result.score == 0.8
1563+
assert isinstance(result.details, LLMJudgeJustification)
15631564
assert result.details.justification == "Good response"

0 commit comments

Comments
 (0)