fix: Updates neo4j test

This commit is contained in:
hajdul88 2024-11-26 16:35:20 +01:00
parent c9f66145f5
commit ecdf3d4d54

View file

@ -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())