Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jan 15, 2025
1 parent a7bb96d commit 931d391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/tests/test_pregel_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -6745,7 +6745,7 @@ async def graph(state: dict) -> dict:

return {"values": values}

configurable = {"configurable": {"thread_id": uuid.uuid4()}}
configurable = {"configurable": {"thread_id": str(uuid.uuid4())}}
await graph.ainvoke({}, configurable)
await graph.ainvoke(Command(resume="a"), configurable)
await graph.ainvoke(Command(resume="b"), configurable)
Expand Down

0 comments on commit 931d391

Please sign in to comment.