diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-02-17 15:26:06 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-02-17 15:59:50 +0100 |
commit | ca7a7a5c8541a86adfb969edc428a68403d91594 (patch) | |
tree | 3b2ea0feade9232fa3b7a80660290b637e80670a /tests | |
parent | 7c449cd0ba8a210d14a6daee42ded2fe3dfb413b (diff) | |
download | nextcloud-server-ca7a7a5c8541a86adfb969edc428a68403d91594.tar.gz nextcloud-server-ca7a7a5c8541a86adfb969edc428a68403d91594.zip |
add missing changes from backport source
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Repair/RepairDavSharesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Repair/RepairDavSharesTest.php b/tests/lib/Repair/RepairDavSharesTest.php index f937a01f839..199a9a101ea 100644 --- a/tests/lib/Repair/RepairDavSharesTest.php +++ b/tests/lib/Repair/RepairDavSharesTest.php @@ -175,7 +175,7 @@ class RepairDavSharesTest extends TestCase { ['updatedPrincipalUri', 'principals/groups/' . urlencode('family friends')], ['shareId', 7], ['updatedPrincipalUri', 'principals/groups/' . urlencode('Wants Repair')], - ['shareId', 1], + ['shareId', 1] ) ->willReturnSelf(); $updateMock->expects($this->exactly(2)) |