Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-17 17:26:06 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-17 19:25:41 +0300
commit8f499b9c8af15cbb9315a7f4cbdc3f97577f7863 (patch)
tree586e7c7a06cd2433a25261dfea206afbf74f9c9a /tests
parent1dca63ea995c64e50d3a2d0dd0e571221bd5b65b (diff)
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))