From 56a0165a4ecdf74c51b359026d862e03ded4a876 Mon Sep 17 00:00:00 2001 From: Nikhil Suresh Date: Tue, 29 Aug 2023 23:37:54 +0000 Subject: [PATCH] cleaned up unit test example --- .../langchain/tests/unit_tests/chains/test_qa_with_sources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/langchain/tests/unit_tests/chains/test_qa_with_sources.py b/libs/langchain/tests/unit_tests/chains/test_qa_with_sources.py index 3d34206f06d..825284e2949 100644 --- a/libs/langchain/tests/unit_tests/chains/test_qa_with_sources.py +++ b/libs/langchain/tests/unit_tests/chains/test_qa_with_sources.py @@ -28,9 +28,9 @@ from tests.unit_tests.llms.fake_llm import FakeLLM "28-pl", ), ( - "According to the sources, the agreement is governed by English law.\n" + "According to the sources the agreement is governed by English law.\n" "Source: 28-pl", - "According to the sources, the agreement is governed by English law.\n", + "According to the sources the agreement is governed by English law.\n", "28-pl", ), (