From 157a1bda210485947f65d23371bab4e75c0e3994 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Fri, 14 Jul 2023 12:53:15 +0200 Subject: [PATCH] fix: Fix namespace of test class --- .../Plugin/Backend/SwagUpdate/Components/SwagUpdateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Plugin/Backend/SwagUpdate/Components/SwagUpdateTest.php b/tests/Unit/Plugin/Backend/SwagUpdate/Components/SwagUpdateTest.php index 6b87bef51a4..ef19d6efa94 100644 --- a/tests/Unit/Plugin/Backend/SwagUpdate/Components/SwagUpdateTest.php +++ b/tests/Unit/Plugin/Backend/SwagUpdate/Components/SwagUpdateTest.php @@ -24,7 +24,7 @@ * our trademarks remain entirely with us. */ -namespace Shopware\Tests\Unit\Plugin\Backend\Auth; +namespace Shopware\Tests\Unit\Plugin\Backend\SwagUpdate\Components; use PHPUnit\Framework\TestCase; use ShopwarePlugins\SwagUpdate\Components\Exception\ApiLimitExceededException;