Skip to content

Commit 6c85587

Browse files
committed
fix test error
1 parent 70fdefd commit 6c85587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_agent_without_long_term_memory():
107107
assert load_memory not in agent.tools
108108

109109

110-
@patch("veadk.agent.LiteLlm")
110+
@patch("google.adk.models.lite_llm.LiteLlm")
111111
def test_agent_model_creation(mock_lite_llm):
112112
mock_model = Mock()
113113
mock_lite_llm.return_value = mock_model

0 commit comments

Comments
 (0)