Skip to content

Commit

Permalink
Revert "IBX-8418: Fixup"
Browse files Browse the repository at this point in the history
This reverts commit c081478.
  • Loading branch information
barw4 committed Oct 17, 2024
1 parent 9c886eb commit 059990f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testTrashLocationDeletesChildrenDrafts(): void
$secondDepthChildFolderLocationId,
);

$locationToTrash = self::getLocationService()->loadLocation($folderMainLocationId);
$locationToTrash = $this->getLocationService()->loadLocation($folderMainLocationId);

$trashService->trash($locationToTrash);

Expand Down

0 comments on commit 059990f

Please sign in to comment.