fix(langgraph): fix assertion in test (#5606)

This commit is contained in:
Sydney Runkle
2025-07-21 14:25:37 -04:00
committed by GitHub
parent 1ee6bfeb8d
commit be088801ba
+1 -1
View File
@@ -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!"}