From 059990fd6b119aae63d32688589b6cf35bd90693 Mon Sep 17 00:00:00 2001 From: Bartek Wajda Date: Thu, 17 Oct 2024 18:28:11 +0200 Subject: [PATCH] Revert "IBX-8418: Fixup" This reverts commit c081478640a54cfdc4174750e393e683e8a7a082. --- tests/integration/Core/Repository/TrashService/TrashTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Core/Repository/TrashService/TrashTest.php b/tests/integration/Core/Repository/TrashService/TrashTest.php index 7699ccb97e..28b58144b1 100644 --- a/tests/integration/Core/Repository/TrashService/TrashTest.php +++ b/tests/integration/Core/Repository/TrashService/TrashTest.php @@ -54,7 +54,7 @@ public function testTrashLocationDeletesChildrenDrafts(): void $secondDepthChildFolderLocationId, ); - $locationToTrash = self::getLocationService()->loadLocation($folderMainLocationId); + $locationToTrash = $this->getLocationService()->loadLocation($folderMainLocationId); $trashService->trash($locationToTrash);