aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-01-29 19:32:12 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-01-29 19:32:12 +0100
commitd4a45b4cacd4cbdb66aefc9c5c1dd24692fa7304 (patch)
tree0d81533672ec14c7e625ee882679b11f35f99754
parent3ecc6d0a8aef6ccb3e34a775943d43e7c1bb582b (diff)
downloadnextcloud-server-d4a45b4cacd4cbdb66aefc9c5c1dd24692fa7304.tar.gz
nextcloud-server-d4a45b4cacd4cbdb66aefc9c5c1dd24692fa7304.zip
test: adjust expectation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-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',