diff --git a/tests/SP/Domain/Account/Out/AccountAdapterTest.php b/tests/SP/Domain/Account/Adapters/AccountAdapterTest.php similarity index 99% rename from tests/SP/Domain/Account/Out/AccountAdapterTest.php rename to tests/SP/Domain/Account/Adapters/AccountAdapterTest.php index 9684eab5..ff718eb5 100644 --- a/tests/SP/Domain/Account/Out/AccountAdapterTest.php +++ b/tests/SP/Domain/Account/Adapters/AccountAdapterTest.php @@ -22,7 +22,7 @@ * along with sysPass. If not, see . */ -namespace SP\Tests\Domain\Account\Out; +namespace SP\Tests\Domain\Account\Adapters; use League\Fractal\Manager; use League\Fractal\Resource\Item;