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 {