mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 09:32:25 +02:00
This commit is contained in:
@@ -113,8 +113,8 @@ def test_parallel_nodes() -> None:
|
||||
builder.add_edge("d", END)
|
||||
graph = builder.compile()
|
||||
|
||||
print(graph.nodes)
|
||||
print(graph.channels)
|
||||
print("\n======nodes======\n", graph.nodes)
|
||||
print("\n======channels======\n", graph.channels)
|
||||
|
||||
result = graph.invoke({"hello": "there"})
|
||||
assert result["hello"] == "world-d"
|
||||
|
||||
Reference in New Issue
Block a user