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-01-29 21:32:12 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-02-02 23:48:44 +0300
commit1dca63ea995c64e50d3a2d0dd0e571221bd5b65b (patch)
tree5c526b2cfce64b17aac10572d7bcb95528fa9cf1 /tests
parentec12ac058b5ac8658a5ae269f502449f63c51327 (diff)
test: adjust expectation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Repair/RepairDavSharesTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lib/Repair/RepairDavSharesTest.php b/tests/lib/Repair/RepairDavSharesTest.php
index 32f09f55538..f937a01f839 100644
--- a/tests/lib/Repair/RepairDavSharesTest.php
+++ b/tests/lib/Repair/RepairDavSharesTest.php
@@ -76,9 +76,8 @@ class RepairDavSharesTest extends TestCase {
->with('version', '0.0.0')
->willReturn('20.0.2');
- $this->output->expects($this->once())
- ->method('info')
- ->with('Repaired DAV group shares');
+ $this->output->expects($this->atLeastOnce())
+ ->method('info');
$existingGroups = [
'Innocent',