Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Sep 22, 2024
1 parent 7746c51 commit d660a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/core/test_remember.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def test_load_memory(mock_store, id):
debug=False,
)

mock_store.load.assert_called_once_with(id=id, debug=False)
mock_store.load.assert_called_once_with(id=id, debug=False)
2 changes: 1 addition & 1 deletion tests/core/test_retrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def test_fetch_memory(graph, mock_llm):
memory=ANY,
)

assert res == "some summary"
assert res == "some summary"

0 comments on commit d660a41

Please sign in to comment.