]> git.mxchange.org Git - friendica.git/commitdiff
Fix namespace
authorArt4 <art4@wlabs.de>
Fri, 8 Nov 2024 08:01:07 +0000 (08:01 +0000)
committerArt4 <art4@wlabs.de>
Fri, 8 Nov 2024 08:01:07 +0000 (08:01 +0000)
tests/src/Object/Api/Mastodon/PreferencesTest.php

index 01cdea13becf12a548327e9dd4615160c8218228..4ee3d8000cb60b924453e60617752a9b2df90dae 100644 (file)
@@ -5,7 +5,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0-or-later
 
-namespace Friendica\Test\src\Api\Mastodon;
+namespace Friendica\Test\src\Object\Api\Mastodon;
 
 use Friendica\Object\Api\Mastodon\Preferences;
 use PHPUnit\Framework\TestCase;