aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-08-30 10:00:50 +0200
committerJulien Veyssier <julien-nc@posteo.net>2024-08-30 14:06:15 +0200
commit77464a4a0d7948e86569d1f936abc8c18968c555 (patch)
tree7417ede88c2bc2800e889a215c26ed2f7509dd9a /tests
parent0bd839f5ae04f76216cd83e6fb7f23fce42236e1 (diff)
downloadnextcloud-server-77464a4a0d7948e86569d1f936abc8c18968c555.tar.gz
nextcloud-server-77464a4a0d7948e86569d1f936abc8c18968c555.zip
fix(TaskProcessing): Fix namespace of TaskProcessingTest.php
Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/TaskProcessing/TaskProcessingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/TaskProcessing/TaskProcessingTest.php b/tests/lib/TaskProcessing/TaskProcessingTest.php
index 3b671c80fef..0fb281a0533 100644
--- a/tests/lib/TaskProcessing/TaskProcessingTest.php
+++ b/tests/lib/TaskProcessing/TaskProcessingTest.php
@@ -3,7 +3,7 @@
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
-namespace Test\TextProcessing;
+namespace Test\TaskProcessing;
use OC\AppFramework\Bootstrap\Coordinator;
use OC\AppFramework\Bootstrap\RegistrationContext;