Skip to content

Commit c081478

Browse files
committed
IBX-8418: Fixup
1 parent 93ce431 commit c081478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/Core/Repository/TrashService/TrashTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testTrashLocationDeletesChildrenDrafts(): void
5454
$secondDepthChildFolderLocationId,
5555
);
5656

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

5959
$trashService->trash($locationToTrash);
6060

0 commit comments

Comments
 (0)