This commit is contained in:
Mason Daugherty 2025-07-16 10:42:03 -04:00 committed by GitHub
parent ebde964998
commit d28db771d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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