Skip to content

Commit

Permalink
Resolve duplicate test function name (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan authored Aug 22, 2024
1 parent 9d71c97 commit 37090f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/llm/test_cohere/test_json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def ensure_uppercase(cls, v: str) -> str:


@pytest.mark.parametrize("mode", modes)
def test_parse_user_sync(client, mode):
def test_parse_validated_user_sync(client, mode):
client = instructor.from_cohere(client, mode=mode)

resp = client.chat.completions.create(
Expand Down

0 comments on commit 37090f4

Please sign in to comment.