]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(TaskProcessing): Fix namespace of TaskProcessingTest.php
authorMarcel Klehr <mklehr@gmx.net>
Fri, 30 Aug 2024 08:00:50 +0000 (10:00 +0200)
committerJulien Veyssier <julien-nc@posteo.net>
Fri, 30 Aug 2024 08:07:01 +0000 (10:07 +0200)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
tests/lib/TaskProcessing/TaskProcessingTest.php

index 3b671c80feffe85333987b57a0b012c20b3213d9..0fb281a0533b626ee0a6734e16050c02d4fb9e8e 100644 (file)
@@ -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;