Skip to content

Commit 80f68ce

Browse files
committed
remove print
1 parent e2e26fc commit 80f68ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration_tests/test_graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ async def test_react_agent_simple_passthrough() -> None:
1212
{"messages": [("user", "Who is the founder of LangChain?")]}, # type: ignore
1313
context=Context(system_prompt="You are a helpful AI assistant."),
1414
)
15-
print(res)
1615

1716
assert "harrison" in str(res["messages"][-1].content).lower()

0 commit comments

Comments
 (0)