Browse Source
test: adjust expectation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/25393/head
Arthur Schiwon
5 years ago
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with
2 additions and
3 deletions
-
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', |
|
|
|
|