test: Update memify test with backwards compatible search
This commit is contained in:
parent
8c7b1b6d9e
commit
358ffd5e90
1 changed files with 1 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue