From 167d1be130c683fe6c2af82f1ca4e2864b1911ec Mon Sep 17 00:00:00 2001 From: Omri Grossman Date: Sat, 15 Apr 2023 23:40:03 +0300 Subject: [PATCH] Moved test_chat to /unit --- tests/{ => unit}/test_chat.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{ => unit}/test_chat.py (100%) diff --git a/tests/test_chat.py b/tests/unit/test_chat.py similarity index 100% rename from tests/test_chat.py rename to tests/unit/test_chat.py