fix: adjust linting in test file

This commit is contained in:
David Holtz 2024-10-02 12:42:25 +00:00
parent 6466be8365
commit fdfef067ad

View File

@ -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