From 327e120a3c5ad5948bcc85d1e84f259f506442cf Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Wed, 18 Mar 2026 17:40:31 -0500 Subject: [PATCH] clean up --- tests/ChatWithTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ChatWithTest.php b/tests/ChatWithTest.php index 9745cc0..869653f 100644 --- a/tests/ChatWithTest.php +++ b/tests/ChatWithTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Tests\Feature; +namespace Tests; use App\Ai\Agents\ChatWithPortfolioAgent; use App\Ai\Agents\ChatWithSuggestedPromptsAgent; @@ -14,7 +14,6 @@ use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\RateLimiter; use Illuminate\Support\Str; use Livewire\Volt\Volt; -use Tests\TestCase; class ChatWithTest extends TestCase {