fix(OrphanedTreeItemsRepairStepTest)

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-01-03 16:30:42 +01:00
parent 97e0b152cd
commit 29e6b0b98f
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class OrphanedTreeItemsRepairStepTest extends TestCase {
// repair
$output = $this->getMockBuilder(IOutput::class)->getMock();
$this->repairStep->run($output);
$this->treeCache->invalidateAll();
// check for 10 bookmarks
self::assertCount(10, $this->treeMapper->getChildren($rootFolder->getId()));