summaryrefslogtreecommitdiffstats
path: root/tests/db/ItemMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db/ItemMapperTest.php')
-rw-r--r--tests/db/ItemMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db/ItemMapperTest.php b/tests/db/ItemMapperTest.php
index b3be320e7..369f7c26c 100644
--- a/tests/db/ItemMapperTest.php
+++ b/tests/db/ItemMapperTest.php
@@ -134,7 +134,7 @@ class ItemMapperTest extends \OCA\AppFramework\Utility\MapperTestUtility {
'AND ((`*dbprefix*news_items`.`status` & ?) > 0)';
$this->setMapperResult($sql, array($userId, $folderId, $status));
- $result = $this->findAllFromFolder($userId, $folderId, $status);
+ $result = $this->itemMapper->findAllFromFolder($userId, $folderId, $status);
}
} \ No newline at end of file