Skip to content

Commit

Permalink
updated hallucination unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
max-arthurai committed Oct 27, 2023
1 parent 4f30249 commit 02ee484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scorers/test_hallucination.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def test_run_batch(mock_client):
)

# assert correct return values for mock responses
assert result == [1.0] * len(MOCK_SUMMARY_DATA)
assert result == [0.0] * len(MOCK_SUMMARY_DATA)

0 comments on commit 02ee484

Please sign in to comment.