Skip to content

Commit

Permalink
fix recall test
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Oct 12, 2024
1 parent 74bce34 commit 8e0c921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_fetch_all_memory(mock_find_all, mock_llm, mock_store, id, data_graph):

mock_llm.prompt.assert_called_once_with(
prompt_name="summarize_memory",
context=None,
context="",
memory=all_memory,
)

Expand Down

0 comments on commit 8e0c921

Please sign in to comment.