From c1f5d0963d67d68a4ebabc00252957154bae7f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efe=20=C3=87elik?= <98906252+efeecllk@users.noreply.github.com> Date: Tue, 30 Dec 2025 02:28:09 +0300 Subject: [PATCH] fix: typo: saved the world 'wether' -> 'whether' (#34524) Changed "wether" to "whether" in test comments. --- libs/partners/mistralai/tests/unit_tests/test_chat_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/mistralai/tests/unit_tests/test_chat_models.py b/libs/partners/mistralai/tests/unit_tests/test_chat_models.py index a28bccab8f0..76a8dfac39e 100644 --- a/libs/partners/mistralai/tests/unit_tests/test_chat_models.py +++ b/libs/partners/mistralai/tests/unit_tests/test_chat_models.py @@ -373,7 +373,7 @@ def test_retry_with_failure_then_success() -> None: def test_no_duplicate_tool_calls_when_multiple_tools() -> None: """ - Tests wether the conversion of an AIMessage with more than one tool call + Tests whether the conversion of an AIMessage with more than one tool call to a Mistral assistant message correctly returns each tool call exactly once in the final payload.