From b541bcbcb7418fe7ded697bff3a7e76ba424196e Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Tue, 11 Mar 2025 10:38:11 -0700 Subject: [PATCH] test Summary: Test Plan: --- tests/integration/agents/test_agents.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/agents/test_agents.py b/tests/integration/agents/test_agents.py index a542e5403..3253d0a96 100644 --- a/tests/integration/agents/test_agents.py +++ b/tests/integration/agents/test_agents.py @@ -610,3 +610,6 @@ def test_create_turn_response(llama_stack_client_with_mocked_inference, agent_co assert last_step_completed_at < step.started_at assert step.started_at < step.completed_at last_step_completed_at = step.completed_at + + +s