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;