Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC committed Nov 29, 2024
1 parent 05870ed commit 3d19905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/llm/test_llm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ def test_message_merge_only_text():
]
message = llm_utils.BaseMessage(role="system", content=content)
message.merge()
assert len(message["content"]) == 1
assert message["content"][0]["text"] == "Hello, world!\nThis is a test."
assert message["content"] == "Hello, world!\nThis is a test."


def test_message_merge_text_image():
Expand Down

0 comments on commit 3d19905

Please sign in to comment.