From ecdf3d4d54cc04f62be1726568a9f4d442131ae9 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:35:20 +0100 Subject: [PATCH] fix: Updates neo4j test --- cognee/tests/test_neo4j.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cognee/tests/test_neo4j.py b/cognee/tests/test_neo4j.py index 8eea5b7f7..4efbcc66a 100644 --- a/cognee/tests/test_neo4j.py +++ b/cognee/tests/test_neo4j.py @@ -62,9 +62,6 @@ async def main(): assert len(history) == 6, "Search history is not correct." - results = await brute_force_triplet_search('Who has the most experience with graphic design?') - assert len(results)>0 - if __name__ == "__main__": import asyncio asyncio.run(main())