From 41e3bde40c6ddbce6e5bd667f141a97140f210bf Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Fri, 30 Aug 2024 10:00:50 +0200 Subject: fix(TaskProcessing): Fix namespace of TaskProcessingTest.php Signed-off-by: Marcel Klehr Signed-off-by: Julien Veyssier --- tests/lib/TaskProcessing/TaskProcessingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3