diff --git a/tests/src/Functional/FileSystemOperationsTest.php b/tests/src/Functional/FileSystemOperationsTest.php
index 5b825643564a0d45ecb8047d2a17430b7f75181b..0935b37aef161b5ae34999b11a9de2e6d2df9d02 100644
--- a/tests/src/Functional/FileSystemOperationsTest.php
+++ b/tests/src/Functional/FileSystemOperationsTest.php
@@ -65,7 +65,7 @@ class FileSystemOperationsTest extends BrowserTestBase {
     // will otherwise default to the site path being used for the test site,
     // which doesn't exist in the fake site fixture.
     $cleaner = new Cleaner(
-      $this->container->get('package_manager.file_system'),
+      $this->container->get('package_manager.cleaner'),
       'sites/default',
       $locator->reveal()
     );