Skip to content

Commit

Permalink
Update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech-Rebisz committed Sep 6, 2024
1 parent f953bfa commit 2988608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ibm/tests/integration_tests/test_llms.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ async def test_watsonx_acall() -> None:
project_id=WX_PROJECT_ID,
)
response = await watsonxllm._acall("what is the color of the grass?")
assert 'green' in response.lower()
assert "green" in response.lower()


async def test_watsonx_agenerate() -> None:
Expand Down

0 comments on commit 2988608

Please sign in to comment.