From 358ffd5e90357ba665ceae154e353ad0a6687001 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Thu, 11 Sep 2025 21:28:09 +0200 Subject: [PATCH] test: Update memify test with backwards compatible search --- examples/python/memify_coding_agent_example.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/python/memify_coding_agent_example.py b/examples/python/memify_coding_agent_example.py index 0d50556c0..1fd3b1528 100644 --- a/examples/python/memify_coding_agent_example.py +++ b/examples/python/memify_coding_agent_example.py @@ -90,8 +90,7 @@ async def main(): print("Coding rules created by memify:") for coding_rule in coding_rules: - for search_result in coding_rule.search_result: - print("- " + search_result) + print("- " + coding_rule) # Visualize new graph with added memify context file_path = os.path.join(