fix: typo: saved the world 'wether' -> 'whether' (#34524)

Changed "wether" to "whether" in test comments.
This commit is contained in:
Efe Çelik
2025-12-30 02:28:09 +03:00
committed by GitHub
parent e81f00fb29
commit c1f5d0963d

View File

@@ -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.