test: Update memify test with backwards compatible search

This commit is contained in:
Igor Ilic 2025-09-11 21:28:09 +02:00
parent 8c7b1b6d9e
commit 358ffd5e90

View file

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