From d0a98081481c834b2e1a78d675e554ad796161a3 Mon Sep 17 00:00:00 2001 From: "xzq.xu" <1325732643@qq.com> Date: Thu, 27 Mar 2025 13:34:51 +0800 Subject: [PATCH] modify test name --- libs/core/tests/unit_tests/test_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/tests/unit_tests/test_tools.py b/libs/core/tests/unit_tests/test_tools.py index cb531e4ecc6..7cf8a22063c 100644 --- a/libs/core/tests/unit_tests/test_tools.py +++ b/libs/core/tests/unit_tests/test_tools.py @@ -2607,7 +2607,7 @@ def test_title_property_preserved() -> None: @pytest.mark.asyncio -async def test_tool_with_langgraph() -> None: +async def test_ainvoke_input_isolation_from_state_graph_context() -> None: """Test that tool execution works correctly with LangGraph.""" from langchain_core.messages import SystemMessage, HumanMessage, ToolMessage, AIMessage import json