]> source.dussan.org Git - nextcloud-server.git/commitdiff
test: adjust expectation
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 29 Jan 2021 18:32:12 +0000 (19:32 +0100)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 17 Feb 2021 14:59:50 +0000 (15:59 +0100)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tests/lib/Repair/RepairDavSharesTest.php

index 32f09f55538cce18e945867c91e5225ba82c4ce3..f937a01f83987b2b83b908860b12bbd862d4a657 100644 (file)
@@ -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',