From aa359d4dde1c983d75604ea33ef0d7e6350f684f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 14 Mar 2020 14:27:06 +0100 Subject: [PATCH] fix namespace --- tests/Admin/AdminTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index e126073..59b6d50 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Workflow\Admin; +namespace Modules\Workflow\tests\Admin; /** * @internal