Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Jan 7, 2025
1 parent 98e966d commit 61f0b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/tests/test_prebuilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2046,4 +2046,4 @@ def foo(a: str, b: int) -> float:
def test_inspect_react() -> None:
model = FakeToolCallingModel(tool_calls=[])
agent = create_react_agent(model, [])
inspect.getclosurevars(agent.invoke)
inspect.getclosurevars(agent.nodes["agent"].bound.func)

0 comments on commit 61f0b6c

Please sign in to comment.