Fix test namespaces

This commit is contained in:
Marcus Moore 2024-07-17 11:04:35 -07:00
parent 239824681d
commit ba13b9924b
No known key found for this signature in database
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;