Skip to content

Commit

Permalink
Update test_llm_unify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yara97Mansour authored Aug 28, 2024
1 parent 3ccffcb commit a874be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/llms/test_llm_unify.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TestUnifyLLM:

# assert unify_llm.client is not None

def test_unify_llm_init_success_2(self, unify_llm):
def test_unify_llm_init_success(self, unify_llm):
# mocker.patch("os.getenv", return_value="fake-api-key")
assert unify_llm.name == "llama-3-8b-chat@together-ai"
assert unify_llm.temperature == 0.01
Expand Down

0 comments on commit a874be1

Please sign in to comment.