summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-13 15:59:04 -0600
committerMorris Jobke <hey@morrisjobke.de>2017-03-13 15:59:04 -0600
commitef14dc671f540419a044d353036763a02fe68d58 (patch)
treee1d1d0798e068def891edb5e6cdb351b65ecd0d9 /apps/dav
parent6074dc9979fbf93eb61f05bc0c5c0512ebc9e070 (diff)
downloadnextcloud-server-ef14dc671f540419a044d353036763a02fe68d58.tar.gz
nextcloud-server-ef14dc671f540419a044d353036763a02fe68d58.zip
fix unit test
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/tests/unit/Files/FileSearchBackendTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Files/FileSearchBackendTest.php b/apps/dav/tests/unit/Files/FileSearchBackendTest.php
index 539344b22d5..7de92c59763 100644
--- a/apps/dav/tests/unit/Files/FileSearchBackendTest.php
+++ b/apps/dav/tests/unit/Files/FileSearchBackendTest.php
@@ -216,7 +216,7 @@ class FileSearchBackendTest extends TestCase {
new \OC\Files\Node\Folder($this->rootFolder, $this->view, '/test/path')
]));
- $query = $this->getBasicQuery(Operator::OPERATION_GREATER_THAN, '{DAV:}getlastmodifed', 10);
+ $query = $this->getBasicQuery(Operator::OPERATION_GREATER_THAN, '{DAV:}getlastmodified', 10);
$result = $this->search->search($query);
$this->assertCount(1, $result);