Browse Source

Fix bad namespace

Bubka 2 years ago
parent
commit
6deb279c8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Feature/Http/SystemControllerTest.php

+ 1 - 1
tests/Feature/Http/SystemControllerTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Api\v1\Controllers;
+namespace Tests\Feature\Http;
 
 use App\Models\User;
 use Illuminate\Foundation\Testing\WithoutMiddleware;