Browse Source

test: adjust expectation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/25393/head
Arthur Schiwon 5 years ago
parent
commit
d4a45b4cac
No known key found for this signature in database GPG Key ID: 7424F1874854DF23
  1. 5
      tests/lib/Repair/RepairDavSharesTest.php

5
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',

Loading…
Cancel
Save