Skip to content

Commit

Permalink
standardize test name
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy-aw committed Feb 17, 2025
1 parent baf08a9 commit 873cd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_llm_tool_calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async def test_tool_use_arithmetic_async_anthropic(self):
self.assertEqual(result.content, self.arithmetic_answer)

@pytest.mark.asyncio
async def test_tool_weather_async_anthropic(self):
async def test_tool_use_weather_async_anthropic(self):
result = await chat_async(
model="claude-3-5-sonnet-20241022",
messages=[
Expand Down

0 comments on commit 873cd51

Please sign in to comment.