]> source.dussan.org Git - nextcloud-server.git/commitdiff
In case the group backend returns $limit or more results it is expected to contain... 20772/head
authorMorris Jobke <hey@morrisjobke.de>
Thu, 20 Aug 2020 16:24:09 +0000 (18:24 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Fri, 21 Aug 2020 11:14:32 +0000 (13:14 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tests/lib/Collaboration/Collaborators/UserPluginTest.php

index 0db370d68b1b6cad7f4c9b06c40b439f58b6bff0..cf2298d42f232528fef32766f22594fc5c4e3ff4 100644 (file)
@@ -328,7 +328,7 @@ class UserPluginTest extends TestCase {
                                        ['label' => 'Test One', 'value' => ['shareType' => IShare::TYPE_USER, 'shareWith' => 'test1'], 'status' => []],
                                        ['label' => 'Test Two', 'value' => ['shareType' => IShare::TYPE_USER, 'shareWith' => 'test2'], 'status' => []],
                                ],
-                               false,
+                               true,
                                false,
                                [
                                        ['test1', $this->getUserMock('test1', 'Test One')],