Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 9206a49

Browse files
bazz333Copilot
andauthored
Update tests/services/test_llm_service.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1da143f commit 9206a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/services/test_llm_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_get_llm_model_ollama(monkeypatch):
6363
llm = get_llm_model()
6464
assert isinstance(llm, Ollama), "Expected an instance of Ollama class"
6565

66-
def test_ollama_inizialization_model_with_no_model(monkeypatch):
66+
def test_ollama_initialization_model_with_no_model(monkeypatch):
6767
MyOllama = Ollama(model_name="ollama")
6868
def fake_init_chat_model(model, model_provider):
6969
assert model == "ollama", "Model name should be 'ollama'"

0 commit comments

Comments
 (0)