diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-01-29 19:32:12 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-02-17 15:59:50 +0100 |
commit | 7c449cd0ba8a210d14a6daee42ded2fe3dfb413b (patch) | |
tree | 9b83465f37a3a910b8ba63a71945c38572268f08 | |
parent | 04496a71ca1bad53e84fb69f7ea4fc90e9bbcfd6 (diff) | |
download | nextcloud-server-7c449cd0ba8a210d14a6daee42ded2fe3dfb413b.tar.gz nextcloud-server-7c449cd0ba8a210d14a6daee42ded2fe3dfb413b.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', |