Skip to content
Snippets Groups Projects
Commit a834819a authored by Arthur Schiwon's avatar Arthur Schiwon Committed by backportbot[bot]
Browse files

test: adjust expectation

parent 6ebb3682
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment