Skip to content

Commit

Permalink
Merge pull request #15110 from marcusmoore/fixes/test-namespace-fixes
Browse files Browse the repository at this point in the history
Fixed a coupled test namespaces
  • Loading branch information
snipe authored Jul 18, 2024
2 parents 94e0739 + ba13b99 commit 8e60a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/Departments/Api/CreateDepartmentsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Feature\Department\Api;
namespace Tests\Feature\Departments\Api;

use App\Models\AssetModel;
use App\Models\Department;
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Locations/Ui/IndexLocationsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Feature\AssetModels\Ui;
namespace Tests\Feature\Locations\Ui;

use App\Models\User;
use Tests\TestCase;
Expand Down

0 comments on commit 8e60a7b

Please sign in to comment.