Skip to content

Commit

Permalink
In case the group backend returns $limit or more results it is expect…
Browse files Browse the repository at this point in the history
…ed to contain more results

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Aug 21, 2020
1 parent 51922ca commit a0cbf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Collaboration/Collaborators/UserPluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public function dataGetUsers() {
['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')],
Expand Down

0 comments on commit a0cbf16

Please sign in to comment.