From 02ee484b3f4b74aaa34a9c7fa236a705cd1d1ecf Mon Sep 17 00:00:00 2001 From: "max.cembalest" Date: Fri, 27 Oct 2023 12:11:07 -0400 Subject: [PATCH] updated hallucination unit test --- tests/scorers/test_hallucination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scorers/test_hallucination.py b/tests/scorers/test_hallucination.py index af2edf7..54bd357 100644 --- a/tests/scorers/test_hallucination.py +++ b/tests/scorers/test_hallucination.py @@ -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)