diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-10-25 10:20:32 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-10-25 21:39:49 +0200 |
commit | 24febe1e4145e8446ff8572fe84d78495c45ed38 (patch) | |
tree | 0fc90be73762fe7a9aba2f441af2e8384565aa18 /apps/files_sharing/tests | |
parent | 0599536c823eeea76217036a41a891345ff39c28 (diff) | |
download | nextcloud-server-24febe1e4145e8446ff8572fe84d78495c45ed38.tar.gz nextcloud-server-24febe1e4145e8446ff8572fe84d78495c45ed38.zip |
Unify share type sorting when getting shares of a file or with subfiles
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r-- | apps/files_sharing/tests/Controller/ShareAPIControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index fd6aed09a9f..3e0dc29fe95 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -1288,8 +1288,8 @@ class ShareAPIControllerTest extends TestCase { $file1GroupShareOwnerExpected, $file1LinkShareOwnerExpected, $file1EmailShareOwnerExpected, - $file1RemoteShareOwnerExpected, $file1RoomShareOwnerExpected, + $file1RemoteShareOwnerExpected, ] ], ]; |