Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Oct 4, 2024
1 parent b90f10f commit 72fc95b
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 @@ -97,7 +97,7 @@ def test_fetch_some_memory(
):
some_memory = "some memory"
mock_find_adjacent_triples.return_value = some_memory
mock_hydrate_triples.return_value = []
mock_hydrate_triples.return_value = Graph()

_recall(
data=data_graph,
Expand Down

0 comments on commit 72fc95b

Please sign in to comment.