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 17:25:41 +0100 |
commit | 8f499b9c8af15cbb9315a7f4cbdc3f97577f7863 (patch) | |
tree | 586e7c7a06cd2433a25261dfea206afbf74f9c9a /tests | |
parent | 1dca63ea995c64e50d3a2d0dd0e571221bd5b65b (diff) | |
download | nextcloud-server-8f499b9c8af15cbb9315a7f4cbdc3f97577f7863.tar.gz nextcloud-server-8f499b9c8af15cbb9315a7f4cbdc3f97577f7863.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)) |