From 90203542b16ae70242bf53d14d6a5d85f16d0981 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Fri, 16 May 2025 20:40:59 +0000 Subject: [PATCH] Revert uninteded change --- tests/components/conversation/test_chat_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/conversation/test_chat_log.py b/tests/components/conversation/test_chat_log.py index 0f221698c40..c9e72ae5a03 100644 --- a/tests/components/conversation/test_chat_log.py +++ b/tests/components/conversation/test_chat_log.py @@ -709,7 +709,7 @@ async def test_chat_log_continue_conversation( chat_log.async_add_assistant_content_without_tools( AssistantContent( agent_id="mock-agent-id", - content="Ποιο είναι το αγαπηµένο σου χρώµα στα ελληνικά;", + content="Ποιο είναι το αγαπημένο σου χρώμα στα ελληνικά;", ) ) assert chat_log.continue_conversation is True