Merge pull request #15110 from marcusmoore/fixes/test-namespace-fixes

Fixed a coupled test namespaces
This commit is contained in:
snipe 2024-07-18 18:50:27 +01:00 committed by GitHub
commit 8e60a7b22b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?php <?php
namespace Tests\Feature\Department\Api; namespace Tests\Feature\Departments\Api;
use App\Models\AssetModel; use App\Models\AssetModel;
use App\Models\Department; use App\Models\Department;

View file

@ -1,6 +1,6 @@
<?php <?php
namespace Tests\Feature\AssetModels\Ui; namespace Tests\Feature\Locations\Ui;
use App\Models\User; use App\Models\User;
use Tests\TestCase; use Tests\TestCase;