]> git.mxchange.org Git - friendica.git/commitdiff
Fix typo in test for ParsedLogIterator
authorfabrixxm <fabrix.xm@gmail.com>
Fri, 1 Oct 2021 12:08:00 +0000 (14:08 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Fri, 1 Oct 2021 12:08:00 +0000 (14:08 +0200)
tests/src/Model/Log/ParsedLogIteratorTest.php

index 3ed1a33aa65fd0d6af3d10d74ef8c63057b21d16..c278621e77eb62bd433c6420a6e4704c4b427890 100644 (file)
@@ -19,7 +19,7 @@
  *
  */
 
-namespace Friendica\Test\src\Object\Log;
+namespace Friendica\Test\src\Model\Log;
 
 use Friendica\Util\ReversedFileReader;
 use Friendica\Model\Log\ParsedLogIterator;