From 279bf0aa0f35603b37d7c343b1e66bd977528572 Mon Sep 17 00:00:00 2001 From: Sabin Date: Mon, 28 Oct 2024 14:06:48 +0545 Subject: [PATCH] removed to do comment --- tests/acceptance/bootstrap/TrashbinContext.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/acceptance/bootstrap/TrashbinContext.php b/tests/acceptance/bootstrap/TrashbinContext.php index 01782146a1c..33815382523 100644 --- a/tests/acceptance/bootstrap/TrashbinContext.php +++ b/tests/acceptance/bootstrap/TrashbinContext.php @@ -721,7 +721,6 @@ public function asFileOrFolderExistsInTrash(?string $user, ?string $path):void { ); if (\count($sections) !== 1) { - // TODO: handle deeper structures $listing = $this->listTrashbinFolderCollection($user, \basename(\rtrim($firstEntry['href'], '/'))); } else { $listing = [];