From a834819abb91e2654afb25a3eb0696d9648104f2 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@arthur-schiwon.de>
Date: Fri, 29 Jan 2021 19:32:12 +0100
Subject: [PATCH] test: adjust expectation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
---
 tests/lib/Repair/RepairDavSharesTest.php | 5 ++---
 1 file 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',
-- 
GitLab