diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-01-29 19:32:12 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-01-29 19:32:12 +0100 |
commit | d4a45b4cacd4cbdb66aefc9c5c1dd24692fa7304 (patch) | |
tree | 0d81533672ec14c7e625ee882679b11f35f99754 | |
parent | 3ecc6d0a8aef6ccb3e34a775943d43e7c1bb582b (diff) | |
download | nextcloud-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.php | 5 |
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', |