From a9d50a615bcf015e5641d3eb56c69bd32d9b4b13 Mon Sep 17 00:00:00 2001 From: Utkash Dubey Date: Mon, 10 Mar 2025 19:21:51 -0700 Subject: [PATCH] move test file to correct location --- .../{ => litellm}/test_model_prices_and_context_window_schema.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{ => litellm}/test_model_prices_and_context_window_schema.py (100%) diff --git a/tests/test_model_prices_and_context_window_schema.py b/tests/litellm/test_model_prices_and_context_window_schema.py similarity index 100% rename from tests/test_model_prices_and_context_window_schema.py rename to tests/litellm/test_model_prices_and_context_window_schema.py