From f8955b70925942808f4e7612fed793bfc0c60d36 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 20 Aug 2020 18:24:09 +0200 Subject: [PATCH] In case the group backend returns $limit or more results it is expected to contain more results Signed-off-by: Morris Jobke --- tests/lib/Collaboration/Collaborators/UserPluginTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/Collaboration/Collaborators/UserPluginTest.php b/tests/lib/Collaboration/Collaborators/UserPluginTest.php index 40813c8285..49a360e033 100644 --- a/tests/lib/Collaboration/Collaborators/UserPluginTest.php +++ b/tests/lib/Collaboration/Collaborators/UserPluginTest.php @@ -321,7 +321,7 @@ class UserPluginTest extends TestCase { ['label' => 'Test One', 'value' => ['shareType' => Share::SHARE_TYPE_USER, 'shareWith' => 'test1']], ['label' => 'Test Two', 'value' => ['shareType' => Share::SHARE_TYPE_USER, 'shareWith' => 'test2']], ], - false, + true, false, [ ['test1', $this->getUserMock('test1', 'Test One')],