diff --git a/tests/others/test_pretty_print.py b/tests/others/test_pretty_print.py index b3d6efef..020f6d61 100644 --- a/tests/others/test_pretty_print.py +++ b/tests/others/test_pretty_print.py @@ -47,7 +47,7 @@ async def test_pretty_run_result_streaming(): RunResultStreaming: - Current agent: Agent(name="test_agent", ...) - Current turn: 1 -- Max turns: 10 +- Max turns: inf - Is complete: True - Final output (str): Hi there @@ -111,7 +111,7 @@ async def test_pretty_run_result_streaming_structured_output(): RunResultStreaming: - Current agent: Agent(name="test_agent", ...) - Current turn: 1 -- Max turns: 10 +- Max turns: inf - Is complete: True - Final output (Foo): { @@ -189,7 +189,7 @@ async def test_pretty_run_result_streaming_list_structured_output(): RunResultStreaming: - Current agent: Agent(name="test_agent", ...) - Current turn: 1 -- Max turns: 10 +- Max turns: inf - Is complete: True - Final output (list): [Foo(bar='Test'), Foo(bar='Test 2')]