test: adjust expectation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
ec12ac058b
commit
1dca63ea99
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue