diff --git a/tests/llm_translation/test_prompt_factory.py b/tests/llm_translation/test_prompt_factory.py index f994acc330..1a3c537613 100644 --- a/tests/llm_translation/test_prompt_factory.py +++ b/tests/llm_translation/test_prompt_factory.py @@ -795,9 +795,7 @@ def test_hf_chat_template(): print(chat_template) assert ( chat_template.rstrip() - == """You are a helpful assistant. -What is the weather in Copenhagen? -""" + == "You are a helpful assistant. What is the weather in Copenhagen?" )