From 8fb1fcdecf6a300af13185c6b878ea004cb06666 Mon Sep 17 00:00:00 2001 From: nick-w-nick <43578531+nick-w-nick@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:26:34 -0500 Subject: [PATCH] added clarifying comments to test fakes --- langchain-core/src/structured_query/tests/functional.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/langchain-core/src/structured_query/tests/functional.test.ts b/langchain-core/src/structured_query/tests/functional.test.ts index a66507220b57..fecca3c0523b 100644 --- a/langchain-core/src/structured_query/tests/functional.test.ts +++ b/langchain-core/src/structured_query/tests/functional.test.ts @@ -86,6 +86,7 @@ describe("FunctionalTranslator", () => { }), ], [Comparators.gte]: [ + // test for greater than new Document({ pageContent: "", metadata: { @@ -94,6 +95,7 @@ describe("FunctionalTranslator", () => { booleanValue: true, }, }), + // test for equal to new Document({ pageContent: "", metadata: { @@ -114,6 +116,7 @@ describe("FunctionalTranslator", () => { }), ], [Comparators.lte]: [ + // test for less than new Document({ pageContent: "", metadata: { @@ -122,6 +125,7 @@ describe("FunctionalTranslator", () => { booleanValue: true, }, }), + // test for equal to new Document({ pageContent: "", metadata: {