From d28db771d4f343cf0fa58af34a87db1d2993ebb4 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 16 Jul 2025 10:42:03 -0400 Subject: [PATCH] fix typo --- libs/standard-tests/langchain_tests/unit_tests/chat_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/standard-tests/langchain_tests/unit_tests/chat_models.py b/libs/standard-tests/langchain_tests/unit_tests/chat_models.py index c46973f7844..6466c8974fe 100644 --- a/libs/standard-tests/langchain_tests/unit_tests/chat_models.py +++ b/libs/standard-tests/langchain_tests/unit_tests/chat_models.py @@ -837,7 +837,7 @@ class ChatModelUnitTests(ChatModelTests): assert model is not None def test_model_param_name(self) -> None: - """Tests model initializatiokn with a model= parameter. This should pass for all + """Tests model initialization with a ``model=`` parameter. This should pass for all integrations. .. dropdown:: Troubleshooting