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')
|
->with('version', '0.0.0')
|
||||||
->willReturn('20.0.2');
|
->willReturn('20.0.2');
|
||||||
|
|
||||||
$this->output->expects($this->once())
|
$this->output->expects($this->atLeastOnce())
|
||||||
->method('info')
|
->method('info');
|
||||||
->with('Repaired DAV group shares');
|
|
||||||
|
|
||||||
$existingGroups = [
|
$existingGroups = [
|
||||||
'Innocent',
|
'Innocent',
|
||||||
|
|
Loading…
Reference in New Issue