summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/ItemMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db/ItemMapperTest.php')
-rw-r--r--tests/unit/db/ItemMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/ItemMapperTest.php b/tests/unit/db/ItemMapperTest.php
index de8e0226f..8b42aebb8 100644
--- a/tests/unit/db/ItemMapperTest.php
+++ b/tests/unit/db/ItemMapperTest.php
@@ -380,7 +380,7 @@ class ItemMapperTest extends \OCA\News\Tests\Unit\Db\MapperTestUtility {
public function testFindAllSearch(){
$sql = 'AND `items`.`id` < ? ';
- $search = ['%test_\\', 'a'];
+ $search = ['%tEst_\\', 'a'];
$params = [$this->user, '%\%test\\_\\\\%', '%a%', $this->offset];
$sql = $this->makeSelectQueryStatus($sql, $this->status, false, $search);
$this->setMapperResult($sql, $params, $this->rows, $this->limit);