From 7c449cd0ba8a210d14a6daee42ded2fe3dfb413b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 29 Jan 2021 19:32:12 +0100 Subject: [PATCH] test: adjust expectation Signed-off-by: Arthur Schiwon --- 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 32f09f5553..f937a01f83 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',