summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-17 15:26:06 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-17 15:59:50 +0100
commitca7a7a5c8541a86adfb969edc428a68403d91594 (patch)
tree3b2ea0feade9232fa3b7a80660290b637e80670a /tests
parent7c449cd0ba8a210d14a6daee42ded2fe3dfb413b (diff)
downloadnextcloud-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.php2
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))