Skip to content

Commit 9384a0f

Browse files
committed
Revert test file name to match project naming style
1 parent cde67f2 commit 9384a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_prevent_infinite_tool_loop.py renamed to tests/test_tool_choice_reset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def get_response(self, **kwargs):
5454
)
5555

5656

57-
class TestPreventInfiniteToolLoop:
57+
class TestToolChoiceReset:
5858
async def test_tool_choice_resets_after_call(self):
5959
"""Test that tool_choice is reset to 'auto' after tool call when set to 'required'"""
6060
# Create an agent with tool_choice="required"

0 commit comments

Comments
 (0)