mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-11 20:40:40 +00:00
test
Summary: Test Plan:
This commit is contained in:
parent
d33b8ea3dc
commit
b541bcbcb7
1 changed files with 3 additions and 0 deletions
|
@ -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 last_step_completed_at < step.started_at
|
||||||
assert step.started_at < step.completed_at
|
assert step.started_at < step.completed_at
|
||||||
last_step_completed_at = step.completed_at
|
last_step_completed_at = step.completed_at
|
||||||
|
|
||||||
|
|
||||||
|
s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue