From 6bcea543fb1247c281cb02878430eef4556c7d58 Mon Sep 17 00:00:00 2001 From: philipp lang <philipp@aweos.de> Date: Wed, 25 Dec 2024 15:12:30 +0100 Subject: [PATCH] Fix namespace --- tests/Feature/Remote/RemoteSearchTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Feature/Remote/RemoteSearchTest.php b/tests/Feature/Remote/RemoteSearchTest.php index 71eb9af9..92539829 100644 --- a/tests/Feature/Remote/RemoteSearchTest.php +++ b/tests/Feature/Remote/RemoteSearchTest.php @@ -1,11 +1,10 @@ <?php -namespace Tests\Feature\Nami; +namespace Tests\Feature\Remote; use Illuminate\Foundation\Testing\DatabaseTransactions; use Illuminate\Support\Facades\Crypt; use Illuminate\Testing\TestResponse; -use Tests\EndToEndTestCase; use Tests\TestCase; use Zoomyboy\LaravelNami\Authentication\Auth; use Zoomyboy\LaravelNami\Data\MemberEntry;