Skip to content

Commit

Permalink
IBX-8418: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Aug 7, 2024
1 parent 52ef245 commit 1e54ec0
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 = $this->getLocationService()->loadLocation($folderMainLocationId);
$locationToTrash = self::getLocationService()->loadLocation($folderMainLocationId);

$trashService->trash($locationToTrash);

Expand Down

0 comments on commit 1e54ec0

Please sign in to comment.