Skip to content

Commit

Permalink
Merge pull request #10424 from owncloud/remove-todo-from-trashbin
Browse files Browse the repository at this point in the history
[tests-only]removed to do comment inside Trashbin
  • Loading branch information
saw-jan authored Oct 28, 2024
2 parents 703a526 + 279bf0a commit d91d189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/acceptance/bootstrap/TrashbinContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit d91d189

Please sign in to comment.