mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 19:22:36 +00:00
Remove print statements in unit tests
This commit is contained in:
parent
cf87262e9c
commit
7076e661b5
2 changed files with 0 additions and 2 deletions
|
|
@ -422,7 +422,6 @@ class TestInference:
|
|||
**common_params,
|
||||
)
|
||||
]
|
||||
|
||||
assert len(response) > 0
|
||||
assert all(
|
||||
isinstance(chunk, ChatCompletionResponseStreamChunk) for chunk in response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue