diff --git a/tests/php/Unit/Activity/FileSignedTest.php b/tests/php/Unit/Activity/FileSignedTest.php index 9aa827df99..22bf8c4304 100644 --- a/tests/php/Unit/Activity/FileSignedTest.php +++ b/tests/php/Unit/Activity/FileSignedTest.php @@ -6,7 +6,7 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -namespace OCA\Libresign\Tests\Activity\Settings; +namespace OCA\Libresign\Tests\Unit\Activity; use OCA\Libresign\Activity\Settings\FileSigned; use OCA\Libresign\Events\SignedEvent; diff --git a/tests/php/Unit/CapabilitiesTest.php b/tests/php/Unit/CapabilitiesTest.php index edb0f5722d..b2286919c1 100644 --- a/tests/php/Unit/CapabilitiesTest.php +++ b/tests/php/Unit/CapabilitiesTest.php @@ -1,6 +1,9 @@