From 0f485da0eb4e379b699826dbb08db8802e0a4801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Mon, 17 Jun 2024 14:09:59 -0300 Subject: [PATCH] Rename tests/ai to tests/langchain --- tests/{ai => langchain}/__init__.py | 0 tests/{ai => langchain}/test_chat_message_histories.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ai => langchain}/__init__.py (100%) rename tests/{ai => langchain}/test_chat_message_histories.py (100%) diff --git a/tests/ai/__init__.py b/tests/langchain/__init__.py similarity index 100% rename from tests/ai/__init__.py rename to tests/langchain/__init__.py diff --git a/tests/ai/test_chat_message_histories.py b/tests/langchain/test_chat_message_histories.py similarity index 100% rename from tests/ai/test_chat_message_histories.py rename to tests/langchain/test_chat_message_histories.py