From 7d2230bd7fe7175b1c7573e7785ae9de97ea002e Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 7 Jun 2024 12:07:15 -0700 Subject: [PATCH] test(test_prompt_factory.py): cleanup test --- litellm/tests/test_prompt_factory.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/tests/test_prompt_factory.py b/litellm/tests/test_prompt_factory.py index 9f112a0b1..b3aafab6e 100644 --- a/litellm/tests/test_prompt_factory.py +++ b/litellm/tests/test_prompt_factory.py @@ -153,5 +153,3 @@ def test_bedrock_tool_calling_pt(): converted_tools = _bedrock_tools_pt(tools=tools) print(converted_tools) - - assert False