fix(TaskProcessing): Fix namespace of TaskProcessingTest.php

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Marcel Klehr 2024-08-30 10:00:50 +02:00 committed by Julien Veyssier
parent 1e896a7307
commit 41e3bde40c
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View 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;