In case the group backend returns $limit or more results it is expected to contain more results

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-08-20 18:24:09 +02:00 committed by backportbot[bot]
parent 556440471a
commit f8955b7092
1 changed files with 1 additions and 1 deletions

View File

@ -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')],