Skip to content
Snippets Groups Projects
Unverified Commit a0cbf16d authored by Morris Jobke's avatar Morris Jobke
Browse files

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


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 51922caa
No related branches found
No related tags found
No related merge requests found
......@@ -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')],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment