mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
fix: adjust linting in test file
This commit is contained in:
parent
6466be8365
commit
fdfef067ad
@ -233,8 +233,5 @@ async def test_flash_llama_grammar_tools_insufficient_information(
|
||||
stream=False,
|
||||
)
|
||||
|
||||
assert (
|
||||
responses.choices[0].message.content
|
||||
== "There is a huge storm in the ocean"
|
||||
)
|
||||
assert responses.choices[0].message.content == "There is a huge storm in the ocean"
|
||||
assert responses == response_snapshot
|
||||
|
Loading…
Reference in New Issue
Block a user