mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 15:12:26 +02:00
fix(langgraph): fix assertion in test (#5606)
This commit is contained in:
@@ -6981,4 +6981,4 @@ def test_subgraph_to_end_does_not_warn() -> None:
|
||||
graph = builder.compile()
|
||||
|
||||
response = graph.invoke({"x": "hello"})
|
||||
print(response)
|
||||
assert response == {"x": "hello!"}
|
||||
|
||||
Reference in New Issue
Block a user