Skip to content

Commit

Permalink
Revert ":white_check_mark: fix unit test warning"
Browse files Browse the repository at this point in the history
This reverts commit e9dfaf4.
  • Loading branch information
ajndkr committed Jun 24, 2024
1 parent 241f632 commit 9765497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/adapters/langchain/test_langchain_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_llm_cache_used():
assert callback.llm_cache_used is False

with patch("lanarky.adapters.langchain.callbacks.get_llm_cache") as get_llm_cache:
from langchain_community.cache import InMemoryCache
from langchain.cache import InMemoryCache

get_llm_cache.return_value = InMemoryCache()

Expand Down

0 comments on commit 9765497

Please sign in to comment.