diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 651eb2f..f4add91 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Navigation\Admin; +namespace Modules\Navigation\tests\Admin; use Modules\Admin\Models\AccountMapper; use Modules\Navigation\Models\Navigation; diff --git a/tests/Views/NavigationViewTest.php b/tests/Views/NavigationViewTest.php index da391d6..6249f9d 100644 --- a/tests/Views/NavigationViewTest.php +++ b/tests/Views/NavigationViewTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Navigation\Views; +namespace Modules\Navigation\tests\Views; use Modules\Navigation\Views\NavigationView;