From a5934683d4c9be23ab944ca0ea5f23f314ee5de7 Mon Sep 17 00:00:00 2001 From: hugosmoreira Date: Wed, 12 Aug 2026 14:10:32 -0700 Subject: [PATCH] test(cohere): avoid provider test module collision --- ...test_transformation.py => test_cohere_embed_transformation.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/test_litellm/llms/cohere/embed/{test_transformation.py => test_cohere_embed_transformation.py} (100%) diff --git a/tests/test_litellm/llms/cohere/embed/test_transformation.py b/tests/test_litellm/llms/cohere/embed/test_cohere_embed_transformation.py similarity index 100% rename from tests/test_litellm/llms/cohere/embed/test_transformation.py rename to tests/test_litellm/llms/cohere/embed/test_cohere_embed_transformation.py